Need Bullet List Styles

They have: 10 posts

Joined: Dec 2005

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.

  1. item 1
  2. item 2
  3. item 3

Gary

Busy's picture

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

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's picture

He has: 6,151 posts

Joined: May 2001

  • item 1
  • item 2
  • item 3

Whats in the orderedlist class?

They have: 10 posts

Joined: Dec 2005

Thanks I'll try it.

Gary

CptAwesome's picture

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.