webpage problem

Foundation

Senior member
Jan 19, 2002
685
0
0
i made a new webpage.... but theres a slight problem

theres like half an inch WHITE space on all four sides.... i made the background BLACK, how do i fix this?
 

IJump

Diamond Member
Feb 12, 2001
4,640
11
76
How did you make the background black? With an image?

What are you using to design the page?
 

Foundation

Senior member
Jan 19, 2002
685
0
0
<div style="BACKGROUND-COLOR:000000">

i also have table borders


edit: its not on a server yet
 

rawoutput

Banned
Jan 23, 2002
429
0
0
<body bgcolor="#FFFFFF" text="#000000" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" rightmargin="0">

Stick that badboy in there for your body tag and it'll get rid of the margins on your page.