Posted by Paul Lautman on 06/08/06 16:20
Below are 2 table definitions, the first with 3 columns and the second with
2.
Can anyone point me to the reason why the first column is being rendered
with a different width in the 2 tables?
<TABLE WIDTH="740" CELLPADDING="2" CELLSPACING="0" BORDER="1">
<TR>
<TD WIDTH="440" VALIGN=TOP>
<P ALIGN=CENTER>
<IMG SRC="images/title1.gif" WIDTH="400" HEIGHT="100" VSPACE="0"
HSPACE="0" BORDER="0"></TD>
<td style="visibility:visible"><A HREF="mail.htm"><IMG
SRC="images/mail.gif" WIDTH="123" HEIGHT="62" VSPACE="0" HSPACE="0"
BORDER="0"></A></td>
<td width="300"> </td>
</TR>
</table>
<TABLE WIDTH="440" CELLPADDING="2" CELLSPACING="0" BORDER="1">
<TR>
<TD WIDTH="440" VALIGN=TOP>
<P ALIGN=CENTER>
<IMG SRC="images/title1.gif" WIDTH="400" HEIGHT="100" VSPACE="0"
HSPACE="0" BORDER="0"></TD>
<td style="visibility:visible"><A HREF="mail.htm"><IMG
SRC="images/mail.gif" WIDTH="123" HEIGHT="62" VSPACE="0" HSPACE="0"
BORDER="0"></A></td>
</TR>
</table>
Navigation:
[Reply to this message]
|