Dempsey
Scripting Contest Winner
http://AdamDempsey.net
Posts: 2395 Reputation: 53
38 / /
Joined: Jul 2003
|
RE: HTML Table Help
code: <form name='installer' method='post' action='install.php'>
<table name='inst' width='50%' cellspacing=2 border=1 cellpadding=4>
<tr>
<td colspan="2">
Installer
</td></tr>
<tr><td width='20%'>
The following files will be installed
</td><td width='30%'>
Blah
</td></tr>
</table>
</form>
i think
|
|