Forum Moderators: not2easy
<table style="border:thin dashed Black;" width="500" cellspacing="0" cellpadding="0" border="0">
<tr >
<td>Date</td>
<td align="right">
<img src="images/comments.png" width="16" height="16" alt="" border="0">
<img src="images/comments.png" width="16" height="16" alt="" border="0">
<img src="images/comments.png" width="16" height="16" alt="" border="0">
</td>
</tr>
</table>
I can't figure it...
Thanks
<div style="width:100%">Date
<div style="position:relative;float:right">
<img src="blah" width="16" height="16" alt="">
<img src="blah" width="16" height="16" alt="">
<img src="blah" width="16" height="16" alt="">
<div>
</div>
and then make sure that your images are set to display:inline.
because if they are set to display:block like they normally are, then they will break onto a new line
and remove all the margins and stuff from the images and words as well, so they sit level with each other.