Re: [css-d] leading between paragraphs

2006-11-13 Thread ~davidLaakso
Melissa Meyer wrote: > Dear list: > > How is the best way to control spacing between paragraphs or leading for > those of you who know the term? > > Right now I am using and it is a little too much space for me. How > could I do this another way?? > > Thanks, > Melissa > > > It depends on the s

Re: [css-d] leading between paragraphs

2006-11-13 Thread Melissa Meyer
Thanks. That does help. I feel better about controlling it that way instead. -Melissa On 11/13/06 4:51 PM, "Dave Goodchild" <[EMAIL PROTECTED]> wrote: > Use margins / padding. I tend to use margin-bottom: 1em for paragraphs which > works fine for me. Look into margin collapsing to see why adding

Re: [css-d] leading between paragraphs

2006-11-13 Thread Dave Goodchild
Use margins / padding. I tend to use margin-bottom: 1em for paragraphs which works fine for me. Look into margin collapsing to see why adding top and bottom margins is redundant in most cases. Leading is controlled by the line-height property in css and refers to space between lines, not paragraphs

[css-d] leading between paragraphs

2006-11-13 Thread Melissa Meyer
Dear list: How is the best way to control spacing between paragraphs or leading for those of you who know the term? Right now I am using and it is a little too much space for me. How could I do this another way?? Thanks, Melissa _