table help [solved]
Posted: Wed Dec 21, 2005 11:43 pm
hey im making a register page and i need a little help with the table.
first question: why does the right column in the middle row appear off the table?
second question: how can i make the submit button align in the center?
heres the link: http://www.twarowski.xmgfree.com/street ... gister.htm
thanks,
matt
first question: why does the right column in the middle row appear off the table?
second question: how can i make the submit button align in the center?
Code: Select all
<table border="1" width="100%" height="100%">
<tr>
<td width="100%" height="10%"> <p align="center">Street Lyfe Registration</p> </td>
</tr>
<tr>
<td width="50%" height="80%"> Contents </td>
<td width="50%" height="80%"> Contents </td>
</tr>
<td width="100%" height="10%"><input type="submit" value="Submit" name="Submit"></p>
</table>thanks,
matt