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 <br /> and it is a little too much space for me. How
> could I do this another way??
>
> Thanks,
> Melissa
>
>
>   
It depends on the situation, I suppose. You might use 
margin-top/margin-bottom to lead the paragraphs. And sometimes 
padding-bottom is used on the last paragraph. It is seldom that one 
might use <br  />  for paragraph lead. On the other hand, you might use 
css: br. lead { line-height: 3.5 (or whatever ) } html: <br class= 
"lead"  /> for an an individual, unusual, or unique paragraph need (btw, 
line-height -- leading  -- is /usually/ set as a raw number with no unit 
of measure).
HTH
Best,
~dL

-- 
http://chelseacreekstudio.com/

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

Reply via email to