Code: Select all
<a href="x.php" target="_blank">Code: Select all
<img align="top" src="a.jpg" alt="x"/>Actually its like this :
Code: Select all
<td>
<img align="top" src="x.jpg" alt="" />
<a href="x.php" target="_blank">link</a>
</td><td style="text-align:value"> is not doing the same thing as <img align="top" as text-align:top is not available.
Thanks