Mozilla Margin

M

Marcy

i am getting a white top margin in my site when viewed in
mozilla. can someone tell me what settings i need to have
to eliminate this? i already have all borders and margins
set in frontpage to 0.

thanks!
 
T

Thomas A. Rowe

Try adding the following to your body tag:

marginwidth = "0" marginheight="0"

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
C

chris leeds

I've "played" extensively getting FrontPage sites to render acceptably in
mozilla. give a url and I'll be glad to look.
 
A

Andrew Murray

the <body leftmargin=0 and topmargin=0>are I.E. settings. try marginheight=0 and
marginwidth=0 as well in the body tag. they are the netscape/other browser
setting (try it and test it out.).

check your 'compatibility' settings you may have them on IE only (?).
 
Top