arf macrumors member Original poster Mar 2, 2004 55 0 UK Nov 27, 2004 #1 Hi guys, I am trying to get an image to align properly on a page I am playing about with here, 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
Hi guys, I am trying to get an image to align properly on a page I am playing about with here, 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 macrumors 65816 Oct 9, 2002 1,494 0 :noitаɔo˩ Nov 27, 2004 #2 I think you need to put the valign argument in the td tag: <tr><td valign="bottom"><img src></td></tr>
I think you need to put the valign argument in the td tag: <tr><td valign="bottom"><img src></td></tr>
arf macrumors member Original poster Mar 2, 2004 55 0 UK Nov 28, 2004 #3 solution style="vertical-align: bottom;" that's sorted it!