PDA

View Full Version : Little help...



Cyphix
November 11th, 2002, 13:13
Anyone know how to get tables to go right to the border of the browser? When I tried it still had a border around it....only way I could figure doing it was using the image as the background, but I can't do it that way... I need to cut the image up or something & put it in tables to create the design..

merickson
November 11th, 2002, 13:19
Try setting marginwidth=0, I think it goes in the <body> tag.
If you want the contents of the tables cell to go to the edge of the window, you also set border=0 on the table and cellpadding=0 and cellspacing=0.

Bruce
November 11th, 2002, 13:20
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">

Cyphix
November 11th, 2002, 14:38
Thanks guys! ;)