The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Header/Logo
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. |
#2
|
|||
|
|||
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).
|
#3
|
||||
|
||||
Thank you.
Where exactly would I put this code? In a stylesheet? or a template, etc ? |
#4
|
|||
|
|||
The header template most likely if that's where your banner is.
|
#5
|
||||
|
||||
Here is the code I am using and it doesn't work.
<div style="width:$stylevar[formwidth]" background-color: "#f8dfe4"> is this wrong? |
#6
|
||||
|
||||
Try:
HTML Code:
<div style="width:$stylevar[formwidth]; background-color:#f8dfe4">
|
#7
|
||||
|
||||
thank you sooo much! That seemed to work.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|