View Single Post
  #6 (permalink)  
Old Jun 11th, 2007, 11:11
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I Need Some Help

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.
Reply With Quote