Image alignment in table

admin

Administrator
Staff member
SungHee Designs (<!-- m --><a class="postlink" href="http://www.sungheedesigns.com">http://www.sungheedesigns.com</a><!-- m -->) <br />
<br />
I created a table and put five columns in. The top row has 5 images. I want them to all be aligned but when I transformed the last image into part of a mail:to tag, the image is slightly higher than the rest. I am sure I am missing an easy fix.<br />
<br />
My code is as follows:<br />
<br />
<tr><br />
<td width="239" height="77"> <img src=http://www.webdeveloper.com/forum/archive/index.php/"/Images/Logo.gif" width="239" height="77" border=0 align="baseline" alt="Sung Hee Designs"></td><br />
<br />
<td width="77"> <img src=http://www.webdeveloper.com/forum/archive/index.php/"/Images/Order.gif" width="77" height="77" border=0 align="baseline" alt="Order"></td><br />
<br />
<td width="77"> <img src=http://www.webdeveloper.com/forum/archive/index.php/"/Images/faq.gif" width="77" height="77" border=0 align="baseline" alt="FAQ"></td><br />
<br />
<td width="77"> <img src=http://www.webdeveloper.com/forum/archive/index.php/"/Images/aboutus.gif" border=0 align="baseline" width="77" height="77" alt="About Us"></td><br />
<br />
<td width="77" > <a "mailto:[email protected]?subject=inquiry"> <br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"/Images/contact.gif" border=0 align="baseline" width="77" height="77" alt="Contact"></a> <br />
</td><br />
<br />
</tr><!--content-->you must set the image border property to zero<br />
<br />
style="border:0px;"<!--content-->
 
Back
Top