Can't eliminate gap in left top corner

liunx

Guest
Maybe it's a begginer's question, but i can't eliminate the gap between the window border to the web content.<br />
<br />
<!-- w --><a class="postlink" href="http://www.mexicovolitivo.com">www.mexicovolitivo.com</a><!-- w --> looks fine on Opera, but it doesn't in IE. Please look at the gif to meet the unwanted gap.<br />
<br />
I've tried stylesheets, even adding marginheight="0" marginwidth="0" to the body (it works fine with Opera).<br />
<br />
Please help, it's not big deal but details are important.<!--content-->add these tags to the body tag...<br />
<body marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 bottommargin=0 rightmargin=0><!--content-->I've tried that but doesn't work.<br />
<br />
This is the gap:<br />
<!-- m --><a class="postlink" href="http://132.248.25.194/mv/Imagenes/gap.gif">http://132.248.25.194/mv/Imagenes/gap.gif</a><!-- m --><br />
<br />
And this is how it looks in Opera:<br />
<!-- m --><a class="postlink" href="http://132.248.25.194/mv/Imagenes/nogap.gif">http://132.248.25.194/mv/Imagenes/nogap.gif</a><!-- m --><!--content-->hmmmn, I just took your code, and replaced your body tag with this one:<br />
<br />
<body marginheight="0" marginwidth="0" TOPMARGIN="0" LEFTMARGIN="0" bottommargin=0 rightmargin=0><br />
<br />
and it looked good in IE5.0 and netscape4.7.....<br />
<br />
you also have a javascript error: access is denied shoewing on the page. <br />
Below is the new code in motion....<!--content-->I really thank you. Although now i know that it works fine in IE, it keeps looking wrong in my computer, almost randomly, pretty strange.<br />
<br />
Thank you again, it was a big help.<!--content-->
 
Back
Top