Posted by Andy Dingley on 09/01/06 11:27
Marc wrote:
> Anyway, my question is this: what is the default padding and margin on
> <p>? Does it vary between browsers?
Who knows? You'd have to ask the browser makers (list handling
certainly varies)
This isn't the best source to use anyway - as you're implementing an
"any browser" solution, then starting from a specific browser could be
misleading. Better to aim at a true "default", although obviously that
can only be a guide, not a definitive statement.
Here's the W3C one
http://www.w3.org/TR/CSS21/sample.html
p { margin: 1.12em 0 }
[Back to original message]
|