Renegade posted this at 09:52 — 29th January 2003.
He has: 3,022 posts
Joined: Oct 2002
Is there a way to control the spacing of
I tried line-spacing:20px; but it don't work
disaster-master posted this at 11:03 — 29th January 2003.
She has: 2,154 posts
Joined: May 2001
I am sure there are many ways to skin this cat but here is what i usually use.
ul { list-style-type : square; line-height : 1.5em; }
Renegade posted this at 09:09 — 30th January 2003.
line-height ahh yes thanks it works like a charm
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.
disaster-master posted this at 11:03 — 29th January 2003.
She has: 2,154 posts
Joined: May 2001
I am sure there are many ways to skin this cat but here is what i usually use.
ul {
list-style-type : square;
line-height : 1.5em;
}
Renegade posted this at 09:09 — 30th January 2003.
He has: 3,022 posts
Joined: Oct 2002
line-height ahh yes thanks it works like a charm
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.