Issue
I want to lessen the spacing between the ordinals and the content, i.e I want to change from:
1. foo
to:
1. foo
Is this possible?
<ol>
<li>...content</li>
</ol>
Solution
try list-style-position:inside;
Answered By - korywka
I want to lessen the spacing between the ordinals and the content, i.e I want to change from:
1. foo
to:
1. foo
Is this possible?
<ol>
<li>...content</li>
</ol>
try list-style-position:inside;
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.