align
align
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- gabe0
you could put it in a table that is set to height="100%" and then set the cell's valign="bottom"
or you could just use css...
<div id="name" style="position:absolute; bottom:0px;"> stuff </div>