View Full Version : Header/Logo
PinkDaisy
01-12-2009, 07:02 PM
I want to make the place where my banner/logo appears and all that around it have the light pink coloring, instead of the dotted background. Like the whole header area to have the background color so it looks all pieced together.
Anyway to do this? With a code, etc. ?
Thanks for any help.
Bellardia
01-12-2009, 09:37 PM
Create a div to hold time image, span the div over the whole page (width:100%) and set it a required height. Style the background a specific color (background-color:#ffffff).
PinkDaisy
01-14-2009, 05:32 PM
Thank you.
Where exactly would I put this code? In a stylesheet? or a template, etc ?
Bellardia
01-15-2009, 01:52 AM
The header template most likely if that's where your banner is.
PinkDaisy
01-15-2009, 10:59 PM
Here is the code I am using and it doesn't work.
<div style="width:$stylevar[formwidth]" background-color: "#f8dfe4">
is this wrong? :(
Lynne
01-15-2009, 11:30 PM
Try:
<div style="width:$stylevar[formwidth]; background-color:#f8dfe4">
PinkDaisy
01-16-2009, 09:40 AM
thank you sooo much! That seemed to work. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.