View Single Post
  #1 (permalink)  
Old Dec 1st, 2006, 14:48
Ledpellet Ledpellet is offline
New Member
Join Date: Dec 2006
Location: michigan
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Help with Header

I have a clansite up and i want my header to be autosized and the same width as the body. Here is the part of the code i think i need to change. I have messed with it a little with no success. I am a newb so bare with me the site is http://sin.ledpellet.com If you notice looking at it there is a gray area to the right at higher resolutions and at lower ones you are forced to scroll..As you can see this is neither what i want nor what i think a view wants. Ty Ledpellet

<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td bgcolor="#000000"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td bgcolor="#212121"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="85"><center><a href="index.php"><img src="themes/WFBlack/images/logo.gif" border="0" alt="$sitename"></a></center></td>

</tr>
</table></td>
</tr>
Reply With Quote