Eliana Berlfein wrote:

> The space between paragraphs is much bigger on a PC than a Mac. Is
> there some way to  control the space and make it more consistent?

This is something set by the user agent. In Firefox the rule is thus:

p {margin: 1em 0;} (res/html.css)

The rule for Konqueror (KHTML) in Linux is similar
(khtml/css/html4.css), and should be the same as Safari. Explicitly
setting the margin for p in your stylesheet should match them pretty
well as long as both Mac & PC are using the exact same fonts and your
doctype keeps the browsers in standards mode.
-- 
"Love does not demand its own way."                1 Corinthians 13:5

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://members.ij.net/mrmazda/auth/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to