Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List spacing

Status
Not open for further replies.

mdr2271

Programmer
Sep 14, 2005
42
US
How can I adjust the spacing between items using the <ul> tag?
 
Many ways. Be it margins, padding, height, font-size or line-height on the li tags, all can play a part. Let us know what exactly you want to do and we might be able to help more specifically.
 
If I have the following code:

<ul>
<li>test 1</li>
<li>test 2</li>
</ul>

and want it to look like

* test 1

* test 2

where * is the bullet how would I do that?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top