View Full Version : need help w/ space between images


Jchan
07-10-2003, 11:14 PM
I was wonderin how to delete the space on the left and top of the image... u can see it here http://www22.brinkster.com/jchan03/homepage.html

I already put border=0 in the code.. but all i wanted is to delete the space on the top and left sides of the image.

Thanks.
J-chan

alkaline39
07-10-2003, 11:17 PM
add to your body tag

topmargin="0" leftmargin="0"

BugGirl
07-10-2003, 11:18 PM
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

That should do it ^_^

Jchan
07-10-2003, 11:30 PM
thanks everyone! :D