![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a bulleted list and want to increase the spacing between the list items but not the line spacing overall. Is there a way to do this? I'd hate to put a <br /> in the <li>'s. Thanks. |
#3
| |||
| |||
|
|
I have a bulleted list and want to increase the spacing between the list items but not the line spacing overall. Is there a way to do this? I'd hate to put a <br /> in the <li>'s. Thanks. |
#4
| |||
| |||
|
|
Stoic wrote: I have a bulleted list and want to increase the spacing between the list items but not the line spacing overall. Is there a way to do this? I'd hate to put a <br /> in the <li>'s. Thanks. li {margin: .2em 0} is the way I do it. |
#5
| |||
| |||
|
|
In article <dho1d.3308$_66.254 (AT) fe1 (DOT) news.blueyonder.co.uk>, paultwoonesix (AT) blueyonder (DOT) couk says... Stoic wrote: I have a bulleted list and want to increase the spacing between the list items but not the line spacing overall. Is there a way to do this? I'd hate to put a <br /> in the <li>'s. Thanks. li {margin: .2em 0} is the way I do it. Thanks. I had already figured it out and put a margin-bottom: 10px; in. I'm assuming using em's and not px's is better design. Why would that be? (and what's that trailing 0 for?) |
#6
| |||
| |||
|
|
I have a bulleted list and want to increase the spacing between the list items but not the line spacing overall. Is there a way to do this? |
|
I'd hate to put a <br /> in the <li>'s. |
![]() |
| Thread Tools | |
| Display Modes | |
| |