Hi, I've often given thought to trying to organize the Christian ColdFusion community in some way (I know you're out there, because I've met a lot of you). If you're interested in connecting in some formal way, please contact me off list and I'll see if we can get some ideas organized. (I'm thinking along the lines of hooking up and conferences, DevCon, volunteering services where we can, etc.)
JC -----Original Message----- From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:01 PM To: CF-Talk Subject: RE: CSS Alignment of <OL> 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 Get the mailserver that powers this list at http://www.coolfusion.com

