| Author |
Line spacing in bulleted lists
|
|
|
| How do I insert a blank line between each item in a bulleted list?
Thanks,
--
Trev (Milnrow, UK)
| |
| Kindler Chase 2004-03-06, 9:28 pm |
| Trev wrote:
> How do I insert a blank line between each item in a bulleted list?
>
> Thanks,
The lazy way:
<ul>
<li>some stuff <br><br></li>
<li>more stuff <br><br></li>
<li>no more stuff</li>
<ul>
The CSS way:
li {
line-height: 1.6em;
}
*adjust the height as needed.
--
kindler chase
http://www.ncubed.com
Home of SuperInvoice: The Online Invoicing Application.
Organize your billing process and impress your clients.
news://news.ncubed.com/support
n3 Support Group
| |
|
|
|
| On Sat, 6 Mar 2004 18:30:01 -0700, "Kindler Chase"
<weaver@DELETE_ME_roubaixinteractive.com> wrote:
>Trev wrote:
>
>The lazy way:
>
><ul>
><li>some stuff <br><br></li>
><li>more stuff <br><br></li>
><li>no more stuff</li>
><ul>
>
>The CSS way:
>
>li {
> line-height: 1.6em;
>}
>
>*adjust the height as needed.
Thanks for the responses. Although I am a little confused as to why I
have to use code. By trial and error I have found that pressing the
return key produces a bullet (obviously). Pressing it whilst holding
down the shift key does not produce a bullet. Is this a lazy way or a
simple way....or should I be looking for something more complicated?
--
Trev (Milnrow, UK)
| |
|
| Trev wrote:
> Thanks for the responses. Although I am a little confused as to why I
> have to use code. By trial and error I have found that pressing the
> return key produces a bullet (obviously). Pressing it whilst holding
> down the shift key does not produce a bullet. Is this a lazy way or a
> simple way....or should I be looking for something more complicated?
It's a lazy way :)
You are just adding a <br /> tag between each li tag. If your text
doesn't span more than one line height use the css line height as
Kindler suggested.
--
Cheers jojo
Team Macromedia Member Volunteer for Dreamweaver MX
----------------------------------------------------
Extending Knowledge, Daily.
http://www.communityMX.com/
----------------------------------------------------
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |