new paragrpah withouth the double spacing

They have: 5,633 posts

Joined: Jan 1970

Can someone help me please, i simply want to create a new paragraph, but i dont want double line spacing?

Any suggestiong folks?

dk01's picture

He has: 516 posts

Joined: Mar 2002

Well if you are sure you want to do this then you can use css (i think this would work).

-dk

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

In the global stylesheet, you can set it like so:

p+p {
margin-top:-.35em;
}

But it won't work in all browsers, only ones that understand advanced CSS.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.