PDA

View Full Version : Question with page spacing


EJames
08-09-2002, 08:24 PM
Ok, I make my websites on geocities and I'm having a problem with the spacing. When I load the builder, I place an image all the way in the top left corner. But when I view the page out of the builder there is a space. Is there anyway that I can get that spacing to go away? Thanks, EJames.

requestcode
08-09-2002, 08:34 PM
Hi James,
This sounds more like an HTML questions. Do you have a link to the problem child?

ShdwStal
08-09-2002, 09:47 PM
Can it be margins?
Then you can just edit the body tag:
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" HSPACE="0" VSPACE="0">
(this will work in NS, MSNTV and IE)