Image In Corner

admin

Administrator
Staff member
Yes I have been having problems getting the image in the very corner or the page so that there is no gap between the top and the side please help thanks in advance will<!--content-->Try:<br />
<br />
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br />
<br />
[2 for Netscape, 2 for MSIE]<br />
<br />
You can use CSS as well (in the <head>er):<br />
<br />
<style type="text/css"><br />
body {margin:0px;}<br />
</style><!--content-->Hey thanks that worked<!--content-->
 
Back
Top