the table should cover the whole screen because of the percentages. I want the word test at the bottom of the screen, but it's not working? any better methods?
<table width="100%" height="100%" border="0">
<tr>
<td valign="bottom">test</td>
</tr>
</table>