Ahh -- it seems IE has it's own set of MARGIN parameters... RIGHTMARGIN LEFTMARGIN TOPMARGIN BOTTOMMARGIN
Hence: This BODY tag will work for both IE and Netscape. leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginwidth="0" marginheight="0" I was just using (previously): leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" Everything was working fine in Netscape (and seemingly in IE, only when I pressed the BACK or FORWARD buttons would it act-up.) Thanks Jason "Ben Holt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > My BODY tag reads as follows: > > <body width="800" bgcolor="#FFFFFF" text="#000000" leftmargin="0" > > topmargin="0" marginwidth="0" marginheight="0"> > > > > Any tips on how I can correct this? It needs to be flush irregardless if > > the user presses the BACK button or not. > > > > > What is that width setting doing in your body tag? Is a width setting > even recognized in a body tag? Assuming it is (and I have my doubts), > if someone comes to your site with a browser window width higher or > lower than 800 the browser will have to chose between your width setting > and your margin settings. One of them will have to take priority > because you can't have a width of 800 and a margin of 0 if the viewer's > browser window is 1200 px wide... or 640 or any size other than 800 for > that matter. > > - Ben > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]