PDA

View Full Version : header and footer includes


mstembri
Wed 10th Jan '01, 1:44pm
My site has a header and footer include that I use with all of my pages to keep a uniform look.

Is is possible to use my includes with vbulletin? I see a 'header' and 'footer' secion in the control panel, but I have a suspicion that isn't what I'm looking for.

You help is appreciated.

- Mike

Mike Sullivan
Wed 10th Jan '01, 1:48pm
Yes, that's what you're looking for :)

mstembri
Wed 10th Jan '01, 3:58pm
Hello Ed,
I copied the header portion of my page into the header section of the control panel. However, (as I suspected), this does not alter the way the page appears. Vbulletin's 'header' section only puts stuff after your [body] tag.

Is there a way to insert my html code in place of vBulletin's default code?

Thanks.

- Mike

Mike Sullivan
Wed 10th Jan '01, 4:21pm
Well, you could remove the <html> through <body> stuff on your templates or just split your header up.

cssinclude -> between the <head> tags
header -> after the body tag
footer -> before the </html> tag

And just edit your body tag.