PDA

View Full Version : logo not aligned with main table


Stirling
04-02-2010, 01:14 AM
My header is 960px wide, which is also the width of my main table. But as you can see, the header is about 4px to the left of the main table:

http://www.canadianvolvoforum.com

Why am I having difficulty lining the header with the main table?

Beav`
04-03-2010, 10:16 AM
Edit your Header template and remove the html highlighted in red
<!-- logo -->
<a name="top"></a>
<table border="0" width="960" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"><a href="index.php?"><img src="images/misc/volvo_emblem_white.jpg" border="0" alt="Canadian Volvo Forum" /></a></td>

<td align="right" id="header_right_cell">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->


Also, your header logo is only 958px wide, not 960 :)

Stirling
04-03-2010, 07:41 PM
Perfect, thanks so much for the help Beav.
BTW I really like the look of your forum.

Beav`
04-04-2010, 07:03 AM
np, and thanks :)