removing indent from numbered lists

D

donny

Hello,

I am having trouble with an issue ... maybe someone can help. I would
like to remove the automatic indent from a numbered list.

Rather than it appear:
1. yadda
2. yadda
I want it to be:
1. yadda
2. yadda

I've tried to play around in the CSS with margin and margin-left, but
all I've succeeded in doing is getting rid of BOTH the indent and the
number. However, it is a long list, so I would like to have automatic
numbering that <ol> provides.

Thanks for any help,

Donny
 
R

Rik

donny said:
Hello,

I am having trouble with an issue ... maybe someone can help. I would
like to remove the automatic indent from a numbered list.

Rather than it appear:
1. yadda
2. yadda
I want it to be:
1. yadda
2. yadda

I've tried to play around in the CSS with margin and margin-left, but
all I've succeeded in doing is getting rid of BOTH the indent and the
number. However, it is a long list, so I would like to have automatic
numbering that <ol> provides.

margin:0;
padding:0;
list-style-position: inside;

Grtz,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top