I am trying to align the following

1.  First line
    a.  Second line

with the following html:

<ol>
    <li>First line</li>
    <ol>
        <li>Second line</li>
    </ol>
</ol>

but the result is:

1.  First line
        a.  Second line

My question is:

1.  How do I control the spacing before the ordered itedm (e.g. 1.)?
2.  How do I control the spacing between the ordered item and text(e.g. 1.
and First)?

Andy


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to