On Jul 26, 2009, at 3:46 PM, Bob Rosenberg wrote:

> I use the text-indent CSS parm to indent the first line of each
> paragraph. I have been requested to remove the blank line/space that
> occurs between paragraphs triggered by the </p><p> sequence of tags
> so the lines occur as one block of text with only the indention and
> the short line at the end of each paragraph signaling the paragraphs.
>
> Is there a CSS parm I can use to eliminate the blank line between the
> paragraphs and, if so, what parm do I use?

parm ? You probably mean 'property'.

p {margin:0;} ought to do what you want.
<http://www.w3.org/TR/CSS21/box.html#margin-properties>

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to