Hi lets say there is a table.
<table width="100%">
<tr>
<td>Welcome</td>
</tr>
</table>
Now the height of it differs.
On the bottom of that table i want some text.
How do you do that.
Something like <div valign="bottom">Text</div>.
So that the text will appear on the bottom of the table.
You could use a row of <br> but the height differs.
Thnx alot!
<table width="100%">
<tr>
<td>Welcome</td>
</tr>
</table>
Now the height of it differs.
On the bottom of that table i want some text.
How do you do that.
Something like <div valign="bottom">Text</div>.
So that the text will appear on the bottom of the table.
You could use a row of <br> but the height differs.
Thnx alot!


Comment