PDA

View Full Version : Header Image & Background Misalignment - Any Fix?


HorsepowerLoung
12-01-2008, 12:59 PM
This is whats happening..

http://www.maciejrogozinski.com/vB/Misalignment.jpg

This is the code that I'm using for the header...

<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0" background="http://www.horsepowerlounge.com/forums/images/hpl/banner/HPL-Main-BG.jpg">
<tr>
<td>
<img border="0" src="http://www.horsepowerlounge.com/forums/images/hpl/banner/HPL-Main-Left.jpg" width="360" height="230" align="left"><img border="0" src="http://www.horsepowerlounge.com/forums/images/hpl/banner/HPL-Main-BG.jpg" width="2" height="230"></td>
<td>
<p align="center">
<img border="0" src="http://www.horsepowerlounge.com/forums/images/hpl/banner/HPL-Main-BG.jpg" width="2" height="230"><a href="http://www.horsepowerlounge.com/forums"><img border="0" src="http://www.horsepowerlounge.com/forums/images/hpl/banner/HPL-Main-Logo.jpg" width="128" height="230"></a><img border="0" src="http://www.horsepowerlounge.com/forums/images/hpl/banner/HPL-Main-BG.jpg" width="2" height="230"></td>
<td>
<p align="right">
<img border="0" src="http://www.horsepowerlounge.com/forums/images/hpl/banner/HPL-Main-BG.jpg" width="2" height="230"><img border="0" src="http://www.horsepowerlounge.com/forums/images/hpl/banner/HPL-Main-Right.jpg" width="335" height="230"></td>
</tr>
</table>

Any suggestions?

Lynne
12-01-2008, 02:15 PM
Stop calling the background image all the time. Just leave it as the background and take it out of the other columns. Also, valign them "top" - both the row and the columns. See if that fixes it.