SungHee
08-02-2003, 08:34 PM
SungHee Designs (http://www.sungheedesigns.com)
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.
My code is as follows:
<tr>
<td width="239" height="77"> <img src="/Images/Logo.gif" width="239" height="77" border=0 align="baseline" alt="Sung Hee Designs"></td>
<td width="77"> <img src="/Images/Order.gif" width="77" height="77" border=0 align="baseline" alt="Order"></td>
<td width="77"> <img src="/Images/faq.gif" width="77" height="77" border=0 align="baseline" alt="FAQ"></td>
<td width="77"> <img src="/Images/aboutus.gif" border=0 align="baseline" width="77" height="77" alt="About Us"></td>
<td width="77" > <a "mailto:sunghee@sungheedesigns.com?subject=inquiry">
<img src="/Images/contact.gif" border=0 align="baseline" width="77" height="77" alt="Contact"></a>
</td>
</tr>
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.
My code is as follows:
<tr>
<td width="239" height="77"> <img src="/Images/Logo.gif" width="239" height="77" border=0 align="baseline" alt="Sung Hee Designs"></td>
<td width="77"> <img src="/Images/Order.gif" width="77" height="77" border=0 align="baseline" alt="Order"></td>
<td width="77"> <img src="/Images/faq.gif" width="77" height="77" border=0 align="baseline" alt="FAQ"></td>
<td width="77"> <img src="/Images/aboutus.gif" border=0 align="baseline" width="77" height="77" alt="About Us"></td>
<td width="77" > <a "mailto:sunghee@sungheedesigns.com?subject=inquiry">
<img src="/Images/contact.gif" border=0 align="baseline" width="77" height="77" alt="Contact"></a>
</td>
</tr>