Author |
Topic  |
|
Trung
Starting Member
2 Posts |
Posted - 06 December 2001 : 18:49:51
|
I'm a newbie to Snitz, so here comes a newbie question:
How do I add custom HTML to my Forum pages? I don't have working knowledge (I guess that means I have broken knowledge) of ASP, so I'd rather not delve into default.asp or any of those files.
Basically, all I want to do is add my site banner, nav buttons, and CSS to the forum pages.
Any help is much 'preciated!
Thx, Trung Ly
|
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 06 December 2001 : 19:14:08
|
Adding CSS is a very large project. See: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=16748
If you want to add a header you can add it in inc_top right after the <body> tags.
Also, if you want your fourm inside a table (If you have a nav bar down the left or somthing) You can put the header, navbar, and start of the forums cell (<td>) tags just after the body tag in inc_top. And then finish the table off (</td></tr></table>) before the </body> tags in inc_footer.
Nathan Bales - Romans 15:13 ------------------------------- Test Site | Mod Resource
Edited by - Nathan on 06 December 2001 19:15:22 |
 |
|
Trung
Starting Member
2 Posts |
Posted - 06 December 2001 : 19:15:34
|
ok, nevermind.. i think i sorta found the answer to my question. I could edit inc_top.asp and inc_footer.asp.
but ok.. so maybe I can adjust my original question and ask: is their an alternative to add custom HTML besides editing these files? I know it's a long shot.. but for a lazy ASP newb like me, it's worth a shot.
*EDIT* oops, sorry Nathan, i was writing this post while u posted :) I'll look into the CSS help link you posted now...
Edited by - Trung on 06 December 2001 19:17:22 |
 |
|
|
Topic  |
|
|
|