Hi HTML experts,
I'm trying get the text in this row to sink to the bottom...
but the word LONE is at the top of the row. IE 6 seems to be ignoring the VALIGN setting. This is the way the row looks: __________________________
LONE
__________________________
I want LONE to appear near the bottom of the row....
Thanks, John
here is the html code:
<table align="CENTER" border="3" width="80%" cellpadding=0>
<tr><th colspan="5"></th></tr>
<tr>
<td> </td>
<td valign="BOTTOM" class = "black" align="left"><H2>LONE</H2></td>
<td valign="BOTTOM" class = "red" align="left"><H3>Trucking Safety</H3></td>
<td> </td>
<td> </td>
</tr>
I'm trying get the text in this row to sink to the bottom...
but the word LONE is at the top of the row. IE 6 seems to be ignoring the VALIGN setting. This is the way the row looks: __________________________
LONE
__________________________
I want LONE to appear near the bottom of the row....
Thanks, John
here is the html code:
<table align="CENTER" border="3" width="80%" cellpadding=0>
<tr><th colspan="5"></th></tr>
<tr>
<td> </td>
<td valign="BOTTOM" class = "black" align="left"><H2>LONE</H2></td>
<td valign="BOTTOM" class = "red" align="left"><H3>Trucking Safety</H3></td>
<td> </td>
<td> </td>
</tr>