I'm new to ASP and I'm looking for a book or program that will help me figure out how to change the look of the default.asp page in my forum. For example, I want to delete the moderator column, move the Snitz menu from the right side of the screen to the left side, change the login image, etc. Any suggestions would be appreciated.
1. Moderator column can be hidden set in the admin section. 2. That is controlled by call sForumNavigation() in the inc_header.asp file. 3. Just overwrite the existing image with your own.
Take a look at my forum to see how some of this can be done.
how do you get access to the "sForumNavigation() in the inc_header.asp file." or other such files ? when i ftp in i am only given access to an images directory, i would really like to add the website's other navigation to appear above the forum navigation so the whole site is uniform ? but i cant find out how i can access the code to edit ?
how do you get access to the "sForumNavigation() in the inc_header.asp file." or other such files ? when i ftp in i am only given access to an images directory, i would really like to add the website's other navigation to appear above the forum navigation so the whole site is uniform ? but i cant find out how i can access the code to edit ?
What did you ask about guy! You may use txt editor to open and modify.