I have 3 images that I want to display on screen in a row, with gaps of
say 10px between them, and to make them align to the right hand side of
the table.
Does anybody know a quick and simple way to do this?
Alexey Smirnov - 25 Oct 2007 12:11 GMT
> I have 3 images that I want to display on screen in a row, with gaps of
> say 10px between them, and to make them align to the right hand side of
[quoted text clipped - 3 lines]
>
> *** Sent via Developersdexhttp://www.developersdex.com***
...
<td align=right>
<img style="padding-left:5px;padding-right:5px;"....
<img style="padding-left:5px;padding-right:5px;"....
<img style="padding-left:5px;padding-right:5px;"....
...