The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Header Backround Color
Hello, I'm looking for some help with my header color. I'm very, very new to this (what comes before rookie, thats me)
In my header template I have something that looks like this. <table width="96%" background="images/gradients/gradient_thead.gif" align="center"> <tr> <td align="left"><a href="http://www.lightningrodder.com/forum"><span style="color:white;"><b>Lightning Rodder Forums</b></a> </td><td align="left center"><a href="http://www.delvallo.net/forum/index.php"><span style="color:white;"><b>Home</b></a> <a href="http://delvallo.net/gallery/"><span style="color:white;"><b>Gallery</b></a> </td><td align="right"><a href="http://www.nloc.net/vbforum"><span style="color:white;"><b>NLOC Forums</b></a> </td> </tr> </table> Everything woks fine but where it says background="images/gradients/gradient_thead.gif" that makes a blue color strip. I want a red color (#D40000) but I can't do that. I tried removing the images/gradients/gradient_thead.gif and that does away with the blue backround (thats how I have it now) and then I tried changing the<tr> to <tr Bgcolor="#D40000"> and that changes the exact part to the exact color but it shows the breaks in the header (where it is "left", "left center", and "right"). Does any of this make sense? Jamie |
#2
|
|||
|
|||
So you would like the entire table to have a background of #D40000, with no borders/lines between the cells, correct?
If so, use this code: HTML Code:
<table width="96%" cellspacing="0" align="center" style="background:#D40000"> <tr> <td align="left"><a href="http://www.lightningrodder.com/forum"><span style="color:white;"><b>Lightning Rodder Forums</b></a> </td><td align="left center"><a href="http://www.delvallo.net/forum/index.php"><span style="color:white;"><b>Home</b></a> <a href="http://delvallo.net/gallery/"><span style="color:white;"><b>Gallery</b></a> </td><td align="right"><a href="http://www.nloc.net/vbforum"><span style="color:white;"><b>NLOC Forums</b></a> </td> </tr> </table> Hope this is what you wanted. |
#3
|
|||
|
|||
That's exactly what I needed! Thank You.
|
#4
|
|||
|
|||
Not a problem. Any other problems, let me know. :] Happy to help.
Good luck! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|