|
you must use px
html, body { margin: 0px; padding: 0px; }
I think anyway.
just tested and works fine with or without px :
(IE and firefox)
code used :
<style>
html, body { margin: 0; padding: 0; }
</style>
<body>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td> </td>
</tr>
</table>
Last edited by numbenator : 05-31-2005 at 09:36 AM.
|