We’re using a Html Wrapper supplied by a client, which references a reset style sheet that sets the <p> element’s margin to 0px. I’d like to have a normal top & bottom margin with my <p> elements, so can somebody tell me what it should be?
We’re using a Html Wrapper supplied by a client, which references a reset style
Share
Browser specific CSS defaults are outlined here.
Here’s an extract of relevance for the margin of the
pelement:1.12em 014.25pt 01em 01em 01em 01em 01em 0Reset stylesheets are by the way ridiculous. Just set the desired margin yourself if you want it to be consistent among browsers.
See also: