PDA

View Full Version : Body tag?


Glen
Mon 26th Jun '00, 6:23am
For the life of me I cannot find the body tag for any/all of the forums in any of the templates. Everything else works as it should (style sheets, header, footer, etc.) but I need to init() my javascript but can't find the darn body statement in any of the templates.

Where should I be looking? Really need to init my scripts for anything to work properly...

The Body tag when I view source is "<body bgcolor="#ffffff" text="#000000" id=all>" but it doesn't appear in any of the templates. Help!

Jake
Mon 26th Jun '00, 8:05am
It is in the styles section.

NgtCrwlr
Mon 26th Jun '00, 1:41pm
You should see a "<"body">" tag in all of your (major) page display templates. That tag is parsed and body is replaced with whatever you have set for the (body) variable in the replacement variables section of your control panel. Ignor the quotes in the tag above.

Larry "NgtCrwlr" Mingus
http://www.makeitsimple.com

Glen
Tue 27th Jun '00, 1:13pm
Thanks, I had overlooked where it parsed the body tag. All fixed up now!

NgtCrwlr
Tue 27th Jun '00, 1:19pm
No problemo... glad I could help.