RE: Brain cramp...can anyone jar my memory?

by "Campbell, Rebecca" <Rebecca.Campbell(at)converg.com>

 Date:  Tue, 18 Apr 2000 16:52:40 -0600
 To:  "'wmacleod(at)innotrac.com'" <wmacleod(at)innotrac.com>,
hwg-techniques(at)hwg.org
  todo: View Thread, Original
you need to add

marginwidth=0 marginheight=0

to your <body> tag.  nn doesn't do the leftmargin/topmargin thing and ie
doesn't do the marginwidth/marginheight thing.  fun, eh?  :)

-rebecca
http://www.nerdygirl.com

-----Original Message-----
From: William E. MacLeod [mailto:wmacleod(at)innotrac.com]
Sent: Tuesday, April 18, 2000 1:43 PM
To: hwg-techniques(at)hwg.org
Subject: Brain cramp...can anyone jar my memory?


I have a site I'm developing.  When I view it in IE, everything is cool.
When I view it in Netscape, I have a margin on the top and left hand side of
about 5 or 10 pixels.  The code in the page is as follows:

	<HTML>
	<HEAD>
	<SCRIPT>
	<!--
	function com_sssw_AgpPage()
	{
	}
	var Page=new com_sssw_AgpPage();
	function
com_sssw_submit(name){document.forms[0].elements['AgEvtSrc'].value=name;docu
ment.forms[0].submit();}	Page.submit=com_sssw_submit;
	function com_sssw_onBodyLoad(){
	Page.searchSubpage=new com_sssw_AgpPage();
	Page.searchSubpage.fldSearch=document.forms[0].elements["S10_5_"];
	Page.searchSubpage.Image1=document.images["S10_7_"];
	}
	//-->
	</SCRIPT>
	<STYLE TYPE="text/css"><!--
	-->
	</STYLE>
	<LINK REL="StyleSheet" TYPE="text/css"
HREF="../Objectstore/General/StyleSheet.css">
	<TITLE>
	Welcome
	</TITLE>
	</HEAD>
	<BODY LEFTMARGIN="0" onload="com_sssw_onBodyLoad();"
BGCOLOR="#FFFFFF"
TOPMARGIN="0">
	<FORM NAME="AG" METHOD="POST"><INPUT TYPE=HIDDEN NAME="AgEvtSrc"
VALUE="">
	<INPUT TYPE=HIDDEN NAME="AgStateCode" VALUE="1">
	<P>
	<TABLE BORDER=0 BORDERCOLOR="#808080" CELLPADDING=0 CELLSPACING=0
WIDTH=100% HEIGHT=68>
	-----------snip-----------------

Any help would be greatly appreciated.

William E. MacLeod
Innotrac Corporation
Web Services
Phone: 678-584-4006
Fax:       801-760-2082

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA

This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.