Need Bullet List Styles
Hi,
Is there a web site that has code for different styles of list to
look at and use the code.
I have a numbered list that I need to change to a bullets
list and make the bullets larger
Heres the code.
- item 1
- item 2
- item 3
Gary
Busy posted this at 08:43 — 30th April 2006.
He has: 6,151 posts
Joined: May 2001
You can change ol (ordered list) to ul (unordered list) with just HTML or you can use CSS to make the li elements into bullets.
If you use CSS you can also use linespacing etc instead of the (paragraph) tags
highbids posted this at 09:07 — 30th April 2006.
They have: 10 posts
Joined: Dec 2005
Hi,
Would it be to much to ask if you could take the code above and
do it, it's 4:00 in the morning & I need to get my site up asap.
Gary,
Busy posted this at 20:47 — 30th April 2006.
He has: 6,151 posts
Joined: May 2001
Whats in the orderedlist class?
highbids posted this at 22:03 — 30th April 2006.
They have: 10 posts
Joined: Dec 2005
Thanks I'll try it.
Gary
CptAwesome posted this at 16:35 — 4th May 2006.
He has: 370 posts
Joined: Dec 2004
<ol style="list-style: disc;">
<li></li>
</ol>
might work too
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.