Click to See Complete Forum and Search --> : line height between li items


Jerico
07-11-2006, 11:05 AM
How can the line height between list items be controlled? - by default, the height between each item seems to be about the same as a paragraph break.

I've tried applying line-height style to the ul, and ol tags but to no avail!

help?

NogDog
07-11-2006, 11:21 AM
Margin, padding, and line-height can all have an effect on this.

WebJoel
07-11-2006, 11:53 AM
I've tried applying line-height style to the ul, and ol tags but to no avail!


You won't get any 'height' between your list-items if you so style the <ul> part. In your style, go:
ul li {line-height:1.5em;} (or whatever height tht you want).