E-mail List Archives
Re: Using UL for links
From: Michael D. Roush
Date: Mar 16, 2004 9:50PM
- Next message: Paul Bohman: "Re: Using UL for links"
- Previous message: Jukka K. Korpela: "Re: Using UL for links"
- Next message in Thread: Paul Bohman: "Re: Using UL for links"
- Previous message in Thread: Jukka K. Korpela: "Re: Using UL for links"
- View all messages in this Thread
Give your <li> items a specific bottom margin. The default is a single line space.
If you are using an external stylesheet or a <style>...</style> tag in the head of the document, try inserting something like this....
li { margin-bottom: 1.5ex; }
If you want to use something inline just on those specific line items.....
<li style="margin-bottom: 1.5ex;">List item is here.</li>
This should leave the line spacing for individual line items that wrap unaffected.
Michael
----- Original Message -----
From: Leesa Lavigne
To: <EMAIL REMOVED>
Sent: Tuesday, March 16, 2004 11:22 PM
Subject: Using UL for links
Hi,
I just tried using the UL for side links and like it except for one thing that you might be able to help me with. I would like more vertical spacing between each link. I couldn't find a CSS attribute that worked just between the li
- Next message: Paul Bohman: "Re: Using UL for links"
- Previous message: Jukka K. Korpela: "Re: Using UL for links"
- Next message in Thread: Paul Bohman: "Re: Using UL for links"
- Previous message in Thread: Jukka K. Korpela: "Re: Using UL for links"
- View all messages in this Thread