Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
Hi all,
Need a little help.
Can't figure out the best way to do this. Well, actually, I haven't figure anyway to make it work.
I want the h1 and p elements to remain at the top of the table cell
while the div will align with the bottom of the table cell
HTML Code:
<table width="200" height="400" border="1">
<tr><td align="left" valign="top">
<h1>Content</h1>
<p>Content</p>
<div id="bottom">content</div>
</td></tr></table>
I know, I know, tables! Not my design. I am adding something to an existing page. eCommerce site that is build with asp. So much coding that it would not be cost effect to change this. I must keep the layout as it is.
I was asked if I can get the Thawte Security info to align with the bottom of the table cell. there is, of course, other info in the cell.
Any help would be appreciated.
Thanks all.
~Chip
|