Hi,
I want to have a gray background and a white table so i have done
<body bgcolor=gray>
<table style="color:white" cellspacing=0 border=0>
<tr><td></td></tr>
</table>
<body>
however i want the table to start at the very top of the page but when i do this there is a small gray gap between the top of the page and the table. how do i make the table start at the very top of the page?
i realise i can do this by setting position to absolute but i am trying to aviod using this.
many thanks for your help
jim
I want to have a gray background and a white table so i have done
<body bgcolor=gray>
<table style="color:white" cellspacing=0 border=0>
<tr><td></td></tr>
</table>
<body>
however i want the table to start at the very top of the page but when i do this there is a small gray gap between the top of the page and the table. how do i make the table start at the very top of the page?
i realise i can do this by setting position to absolute but i am trying to aviod using this.
many thanks for your help
jim