Click to See Complete Forum and Search --> : Placing an Image at the bottom of a Table


Possum
12-29-2007, 04:11 PM
Hi

I have an image. I want this image to always be at the bottom of a table.

How can I do this?

Cheers Possum..

Major Payne
12-29-2007, 11:16 PM
If you mean as a footer and using tables (ugh), then try <tfoot>
<tr>
<td> image tag here </td>
</tr>
</tfoot> Adjust styling as you need it.

HTML <tfoot> tag (http://www.w3schools.com/tags/tag_tfoot.asp)

Ron