PDA

View Full Version : Please help me, with editing my style


jagsrocknfl
02-01-2008, 03:50 AM
Hey guys, I'm extremely excited to have vBulletin! After phpbb it's like a dream come true! But I'm extremely frustrated with editing the styles... First off, is there a way I can just edit a master CSS file manually? Well, if I cant how can I do the following:

I want my forums http://forums.justalkaboutit.com to be integrated into this: http://www.justalkaboutit.com.

I need to include a header, have a bg image repeated, and include a footer. If there was any way I could simply put all of the vb code in my "container" it would be great!

Any help is great appreciated!

Thanks,

~Bill

Freesteyelz
02-01-2008, 10:33 AM
If you're familiar with HTML, the easiest way is to set a <div> wrapper/container code (1 or 2 depending on your needs) in the header and ending </div> tags in the footer.

Then in the Admin CP --> Style & Templates --> Style Manager --> All Style Options --> Main CSS at the very bottom you can add additional CSS definitions. Add the values for the <div> tag(s) there.