axys
08-04-2005, 07:11 AM
Hi,
I have a cell with an image, then some text, then another image:
<table border=1 cellpadding=0 cellspacing=0>
<tr>
<td valign=top>
<img src=artist.gif><br>
Artist<br>
Prod Name <br>
<img src=free.gif>
</td>
</tr>
</table>
I want it so the top image is always aligned to the top of the cell and the bottom image is always aligned to the bottom. I've tried various things with html and css but can't seem to achieve this.
Any Ideas
I have a cell with an image, then some text, then another image:
<table border=1 cellpadding=0 cellspacing=0>
<tr>
<td valign=top>
<img src=artist.gif><br>
Artist<br>
Prod Name <br>
<img src=free.gif>
</td>
</tr>
</table>
I want it so the top image is always aligned to the top of the cell and the bottom image is always aligned to the bottom. I've tried various things with html and css but can't seem to achieve this.
Any Ideas