S
S. Rhea
I do not know if this is a problem which has been
previously reported or not, but please consider the
following code:
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><img src="images/Help_Up.jpg"
alt="Help99" name="Help99" border="0"></td>
</tr>
<tr>
<td align="right">
<img src="images/Help_Up.jpg" alt="Help99" name="Help99"
border="0">
</td>
</tr>
</table>
These two rows display differently only because one is
coded such that the <td> and <img> tags are on the same
line, whereas the other has them on separate lines.
Obviously a bug, because the two should be identical.
previously reported or not, but please consider the
following code:
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><img src="images/Help_Up.jpg"
alt="Help99" name="Help99" border="0"></td>
</tr>
<tr>
<td align="right">
<img src="images/Help_Up.jpg" alt="Help99" name="Help99"
border="0">
</td>
</tr>
</table>
These two rows display differently only because one is
coded such that the <td> and <img> tags are on the same
line, whereas the other has them on separate lines.
Obviously a bug, because the two should be identical.