Thanks, interesting sites.  Still can't figure out how to align the items.
Oh well...

-----Original Message-----
From: Tim Laureska [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 7:42 PM
To: CF-Talk
Subject: Re: CSS Alignment of <OL>


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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to