PDA

View Full Version : How do you get rid of the annoying white bar?



ja5es
Fri 16th Nov '01, 7:22pm
You know what I mean? Up at the top, near the logo?

Craig Armstrong
Fri 16th Nov '01, 7:25pm
In the header template, look for something similar to this...


<td valign="top" align="left" background="images/menu_background.gif"><a href="index.php?s="><img src="images/vBulletin_logo.gif" border="0" alt="vBulletin Community Forum"></a></td>
<td valign="bottom" align="right" nowrap background="images/menu_background.gif">
<!-- toplinks -->

Remove the background="images/menu_background.gif" attribute from both the td tags.

ja5es
Fri 16th Nov '01, 7:30pm
Well, that got rid of it half way, but where the buttons for user cp and register and all that are, the bar still dominates. :(

Craig Armstrong
Fri 16th Nov '01, 7:38pm
Make sure you removed the bit of code from both td tags.

ja5es
Fri 16th Nov '01, 9:00pm
Yeah, I figured it out. Thanks for the help!

Craig Armstrong
Fri 16th Nov '01, 9:36pm
No problem. :)