PDA

View Full Version : image align




arf
Nov 27, 2004, 05:14 PM
Hi guys, I am trying to get an image to align properly on a page I am playing about with here (http://astrochem.nottingham.ac.uk/test/index.html), it's at the bottom and I basically want to do something like "<tr valign="bottom">" but that doesn't seem to be working for me, any ideas?

Cheers

arf



whocares
Nov 27, 2004, 07:58 PM
I think you need to put the valign argument in the td tag:

<tr><td valign="bottom"><img src></td></tr>

arf
Nov 28, 2004, 07:28 AM
style="vertical-align: bottom;"

that's sorted it!