table covering entire screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to set a table that covers the entire screen. when i size the table it
alwys leaves a small space on the top and both sides. How do I make the table
cover the entire maximized screen?
 
border=0 ?

Not 100% sure, but just an idea.

Add into the tag
<table border=0 >

--
Cheers,
Trevor L., WIP (Web Interested Person)
Website: http://tandcl.homemail.com.au
I want to set a table that covers the entire screen. when i size the
table it alwys leaves a small space on the top and both sides. How do
I make the table cover the entire maximized screen?


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
Have you set your page margins

<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" bottommargin="0">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" >
<tr> <td>&nbsp;</td> </tr>
</table></div>


--




|I want to set a table that covers the entire screen. when i size the table it
| alwys leaves a small space on the top and both sides. How do I make the table
| cover the entire maximized screen?
 
Back
Top