Float removed level 2 numbering:

1.  First line
         Second line

-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 02, 2002 7:41 PM
To: CF-Talk
Subject: Re: OT: CSS Alignment of <OL>


Andy Ousterhout wrote:
> I am trying to align the following
>
> 1.  First line
>     a.  Second line

Maybe:
<ol>
     <li>First line</li>
     <ol>
         <li style="float: left;">Second line</li>
     </ol>
</ol>

Jochem


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to