View Full Version : Need help with two problems in Style
I have to problems I can not find to fix with the style I'm working with. Here is a screen shot...
http://gamershavenco.com/images/styleprob.jpg
I can't seem to find and remove that blue line at the top (it also apears at the bottom of the page if that helps ID it). The other thing is why my textured grey background does not cover the whole page.
Can some one point me in the right direction on these?
Thank you.
Princeton
05-15-2007, 11:47 AM
check your "wrapper" (the code wrapping the entire contents of a page) and CSS - most likely it's a combination of the two
Humm, I'll see what I can dig up. I have no clue what a "wrapper" is or where to find it. lol I have searched every part of the Style Manager page (header, footer, headinclued and all the small sections below them) for the color code of that blue bar and have not found a thing. Is there another place I should be looking?
Thanks for the help.
CyberAlien
05-15-2007, 05:08 PM
Post your forum url. Guessing is pointless, as that bug can be caused by many things.
Princeton
05-16-2007, 11:31 AM
I agree with CyberAlien .. it could be anything.
another thing you can check is the padding/margin on HTML, BODY
post the url and you will get a solution
Thanks for looking into this for me guys. My URL is Gamer's Haven (http://www.gamershavenco.com)
CyberAlien
05-17-2007, 07:20 AM
This image causes problem: http://www.gamershavenco.com/forums/ambience/misc/expand_main_table.gif
and this is code for it in header:<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#4e4a38">
<tr>
<td width="12" align="left" valign="top"><img src="http://www.gamershavenco.com/forums/ambience/misc/ls_main_table_top.gif" width="12" height="8" alt="" /></td>
<td width="100%" align="left" valign="top"><img src="http://www.gamershavenco.com/forums/ambience/misc/expand_main_table.gif" width="100%" height="8" alt="" /></td>
<td width="12" align="left" valign="top"><img src="http://www.gamershavenco.com/forums/ambience/misc/rs_main_table_top.gif" width="12" height="8" alt="" /></td>
</tr>
</table>
and in footer:<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#4e4a38">
<tr>
<td width="12" align="left"><img src="http://www.gamershavenco.com/forums/ambience/misc/ls_main_table_btm.gif" width="12" height="8" alt="" /></td>
<td width="100%" align="left"><img src="http://www.gamershavenco.com/forums/ambience/misc/expand_main_table.gif" width="100%" height="8" alt="" /></td>
<td width="12" align="left"><img src="http://www.gamershavenco.com/forums/ambience/misc/rs_main_table_btm.gif" width="12" height="8" alt="" /></td>
</tr>
</table>
Thank you very much! I never even thought to look and see if it was an image doing that!
Now, any thoughts on what would be causing my textured background not to cover that whole grey section?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.