How do I move the numbers or bullets closer to the list?
oh dreamweaver sages...how move numbers or bullets closer list? please @ this http://www.stii.us/whatisst.html , tell me recommend. thank you!
with css margins , padding.
#maincontent li {
margin-left:10em;
padding-left:0;
}
also remove <p> tags <li> tags.
<ol>
<li>this list item</li>
<li>this list item</li>
<li>this list item</li>
</ol>
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment