Interesting... I was just looking at CSS with respect to order lists....
check out http://www.blooberry.com/indexdot/css/properties/list/lstype.htm
http://www.w3schools.com/css/css_list.asp

----- Original Message -----
From: "Andy Ousterhout" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: October 02, 2002 8:34 PM
Subject: OT: CSS Alignment of <OL>


> 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