- Code: Select all
<th width="4%" align="left" valign="top" scope="col"><div align="left"><a href="#"><img src="images/5.jpg" width="242" height="118" border="0" /></a></div></th>
Why do you have the <div align="left"></div> in there?
Also in this th you have another<div> which is pushing the left image down about one pixels.
- Code: Select all
<th width="12%" align="right" valign="top" scope="col"><div align="right"><img src="images/2.jpg" width="86" height="253" align="top" /></th>
I'm not sure if either of those situations are causing your problem but it's worth a look.