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;"....
....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top