PDA

View Full Version : left margin ignored in Netscape


arbor
02-16-2000, 11:25 AM
Correct me if I am wrong.

I put a left margin on my page which seems to work fine on IE4+ and AOL but was ignored on Netscape.

Does Netscape ignore left margin?

Justin
02-16-2000, 03:26 PM
</font><font face="Courier" size="3">
IE[nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp][nbsp] Netscape
topmargin[nbsp][nbsp][nbsp][nbsp]marginheight
leftmargin[nbsp][nbsp] marginwidth
</font><font face="Verdana, Arial" size="2">
To set your margins you'll need to specify both - each browser will ignore the other's tags. Also note that Netscape (I think) requires that the number be in multiples of ten, otherwise is uses the nearest ten.

Hope this helps :)

------------------
Justin Nelson
FutureQuest (http://www.FutureQuest.net/index.php) Support

arbor
02-16-2000, 05:25 PM
Right on Justin.

Thanks