Thanks.

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


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

As a side-note - although this may affect your display issue, I'm not sure -
valid HTML nested lists should be:

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

- Gyrus

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [EMAIL PROTECTED]
work: http://www.tengai.co.uk
play: http://www.norlonto.net
- PGP key available
~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to