Hi,
I have a list:
- They used to bring concerns about their children or their marriages. But increasingly parishioners are also telling Glen VanderKloot, a Lutheran minister in Springfield, Ill., about their financial worries, and that puts him in the unusual position of dispensing investment advice.
- This is the Second g
- This is the Third g
- This is the fourth g
- This is the fifth g
- This is the seventh g
- This is the eight g
- This is the ninth g
- This is the tenth g
- This is the eleventh g
- This is the twelvth g
When I have a lot of text like the first item, I want it to be formatted like above. I was able to accomplish this by setting:
list-style-position:outside;
and adjusting some margins on the li and ol tags. However, this had some adverse effects when I had double and triple digits. I had to use these margins as in IE the numbers were being cut off. I would like to be able to go back to use a list-style-position of inside and remove the margins but the text wraps under the number which is not what I want.
Does anyone know how to turn off this wrapping?
Thanks, J
