View Full Version : Colors Help
Lorddraco98
08-27-2002, 08:08 PM
Having some problems on my boards. Link Here (http://www.thedigitalsector.com/forums)
You'll have to register and then switch styles to test to check it.
I've set all my colors up, but these wierd white streaks keep poping up, and I don't know how to get rid of them. Could someone lend me a hand??
This is my body tag <body bgcolor="#666696" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
Here is my forum home page, notice the white streaks
http://www.thedigitalsector.com/pics/forumhome.jpg
And here are my colors in the admin cp
http://www.thedigitalsector.com/pics/colors.jpg
thanks for the help!!
Link14716
08-28-2002, 01:44 AM
Top looks like templates, bottom is just weird. Post your header and/footer template here.
It's been so long, but I remember having this problem. I think it's in the header section. I changed this:
Code:
<td valign="top" align="left" background="{ imagesfolder}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{ titleimage}" border="0" alt="$bbtitle"></a></td>
<td valign="bottom" align="right" nowrap background="{ imagesfolder}/menu_background.gif">
to this:
Code:
<td valign="top" align="left" background="{ imagesfolder}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{ titleimage}" border="0" alt="$bbtitle"></a></td>
<td valign="bottom" align="right" nowrap background="{ imagesfolder}/menu_background.gif">
So I guess I took out the menu_background.gif. It's worth a shot, just back up what you have now.
[Oh yeah, I put a space inbetween the "{" so it didn't change the code... just so you know.
Lorddraco98
08-28-2002, 02:06 AM
I don't think it's a template problem, because if I change all the colors in that style to the default vB ones, and change the body text to the defualt, it works. but here they are
footer template:
</td>
</tr>
</table>
<!-- /content area table -->
</center>
<p align="center">
<normalfont><b>< <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a>
<!-- - <a href="$privacyurl">Privacy Statement</a> --> ></b></normalfont>
</p>
<p align="center"><smallfont>
<!-- Do not remove this copyright notice -->
Powered by: vBulletin Version $templateversion<br>
Copyright ©2000, 2001, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext
</smallfont></p>
Header template:
<!-- logo and buttons -->
<center>
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left" background="{imagesfolder}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{titleimage}" border="0" alt="$bbtitle"></a></td%
No, hon... Look in the section called "HEADER". It's in the style section.
Lorddraco98
08-28-2002, 02:18 AM
hmm i got it, had to edit the header section a bit, like you said :p. thanks guys :D :D time to setup more junk before we open hehe
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.