margin offset

liunx

Guest
Hi<br />
I am trying to get an image to stick to the top left edge of the page, but I always get a white space.<br />
I know there is a way around this, but could not find it, and am sure i was looking in all the wrong places, so please help<br />
<br />
Thanx<br />
<br />
Hani<!--content-->If you mean the top left corner of a webpage, you can set the margins in the body tag like so:<br />
<br />
<BODY bgcolor="#FFFFFF" topmargin="0" rightmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><br />
<br />
top right and left are for IE, marginheight and marginwidth are for Netscape.<br />
<br />
Regards,<br />
Kevin<!--content-->
 
Back
Top