PDA

View Full Version : header?


Trasion
09-06-2009, 12:17 AM
http://img190.imageshack.us/img190/5011/tasg.jpg
http://img190.imageshack.us/img190/5011/tasg.jpg

On my other website, I had the exact same style, but on this one the top won't align for some reason.

Can you guys take a look at my forum, and see what's wrong with that part?

http://trasion.com

Brother Malachi
09-06-2009, 01:21 AM
It might be because your div in the middle has width 898 and 1px border.
Try adding a <div style="margin: 0 auto; width:900px"> around the table in the header:

<div style="margin: 0 auto; width: 900px;"><table width="892" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody><tr>
<td align="left"><a href="index.php"><img border="0" title="Trasion ? Web Based Software and Graphic Development" src="images/zoovix/misc/header.png" alt="Trasion ? Web Based Software and Graphic Development"/></a></td>
<td align="right" id="header_right_cell">

</td>
</tr>
</tbody></table>
</div>

Trasion
09-06-2009, 01:27 AM
Thank you, Nick! :)