At 12:41 PM 5/20/2005, Arnie Shafer wrote:
Thanks Ian, and Chris,

I think I got it this time around. Use only a <p> with the class set to how much space I want at the bottom. Is there a simple conversion to go from lf/cr to px. Or should I use some other distance measurement?


Using pixels assumes that you know how the user has sized text in their browser -- which of course you don't, and can't.

Try ems. I think the usual browser default is line-height: 1.2em. I vary my paragraph spacing (p margin-bottom) to anywhere from 1ex (= .5em) for tight leading (line-height) to 1em for spacious leading.

Paul


______________________________________________________________________ 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