Re: [css-d] body: margin=0 and padding=0, not working in Firefox or Opera - Problem solved

2006-03-19 Thread SED
I found out why the extra empty line showed up in Firefox and Opera. The margin and padding for p tag must also be set to zero, not only body. Weird, but it works. Thanks, SED -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric A. Meyer Sent: 19.

Re: [css-d] body: margin=0 and padding=0, not working in Firefox or Opera - Problem solved

2006-03-19 Thread Michael Hulse
On Mar 19, 2006, at 4:21 PM, SED wrote: I found out why the extra empty line showed up in Firefox and Opera. The margin and padding for p tag must also be set to zero, not only body. Weird, but it works. I think someone would have caught that if your code sample had the p tag in it. Glad

Re: [css-d] body: margin=0 and padding=0, not working in Firefox or Opera - Problem solved

2006-03-19 Thread Gunlaug Sørtun
SED wrote: I found out why the extra empty line showed up in Firefox and Opera. The margin and padding for p tag must also be set to zero, not only body. Weird, but it works. If that works for you, then fine. For others who experience this (as a) problem, but want to play freely with margins