Image formatting problem

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

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?
 
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?

*** 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;"....
....
 
Back
Top