Hi,
I have a simple html as below:
<html>
<body>
<table><tr>
<td style="backgrou nd:#DD6D68" width="100" height="100">
<div>image name</div>
<div style="vertical-align:bottom;fl oat:right;">
<img src="angry.gif" alt="Angry face" width="32" height="32" />
</div>
</td>
</tr>
</table>
</body>
</html>
to test it copy and paste the above code in below URL.
http://www.w3schools.c om/tags/tryit....tml_im age_test
I want the image to appear on bottom right of the table cell.
Thanks
I have a simple html as below:
<html>
<body>
<table><tr>
<td style="backgrou nd:#DD6D68" width="100" height="100">
<div>image name</div>
<div style="vertical-align:bottom;fl oat:right;">
<img src="angry.gif" alt="Angry face" width="32" height="32" />
</div>
</td>
</tr>
</table>
</body>
</html>
to test it copy and paste the above code in below URL.
http://www.w3schools.c om/tags/tryit....tml_im age_test
I want the image to appear on bottom right of the table cell.
Thanks
Comment