Hello,
I want o draw a table on the top(the first line) of the browser. But it wil leave a blank above it. How can I make the table over the blank ?
<BODY>
<table width="100%" height = "100%" cellpadding="0" cellspacing="0" border="0">
Printable View
Hello,
I want o draw a table on the top(the first line) of the browser. But it wil leave a blank above it. How can I make the table over the blank ?
<BODY>
<table width="100%" height = "100%" cellpadding="0" cellspacing="0" border="0">
<BODY margin="0">
That should work!
Stephan
I usually use
<Body topmargin="0" leftmargin="0">