div bottom align inside td

T

tgh003

Lets say I have some html/css like so:

<style>
..stdtable td { border: 1px solid #999; }
</style>

<table class="stdtable">
<tr>
<td style="vertical-align:top; height:400px; width: 100px;">
this is the left side of my screen<br />
</td>

<td style="vertical-align:top; width: 500px;">
This is the main body of my screen

<div>this should be aligned at the bottom of the body</div>

</td>
</tr>
</table>


I want the DIV to go to the bottom of the body TD. How would I do
this? I cannot change the tables, so those are static. Anyway to do
this? Any help is appreciated. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top