new paragrpah withouth the double spacing
Can someone help me please, i simply want to create a new paragraph, but i dont want double line spacing?
Any suggestiong folks?
Can someone help me please, i simply want to create a new paragraph, but i dont want double line spacing?
Any suggestiong folks?
dk01 posted this at 20:55 — 13th February 2003.
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 posted this at 21:35 — 13th February 2003.
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.