Forum Moderators: open

Message Too Old, No Replies

Too much space between list items

Brain Fart.. what am I doing wrong

         

Acternaweb

8:21 pm on Jan 30, 2004 (gmt 0)

10+ Year Member



I have several items in a list <UL> <LI> and the space inbetween bullets is too great. How do I reduce it?

Shannon Moore

8:46 pm on Jan 30, 2004 (gmt 0)

10+ Year Member



Don't use <p> or <br> tags in your <li> (list items).

Use CSS to further control the spacing and margins of the list. Check the CSS forums here for the specific options (margins, padding, etc.)

balinor

4:35 pm on Feb 1, 2004 (gmt 0)

10+ Year Member



Add this to your style sheet:

LI {LINE-HEIGHT: 150%;}

Adjust the percentage until it looks the way you want it to. Good luck!