Hi - please reply off-list. As has been pointed out to me, this is off-topic for this list. I apologize for the broad distribution and ask that any responses please be off list. Thanks, JC
-----Original Message----- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:31 PM To: CF-Talk Subject: RE: Any Christian ColdFusion developers out there? You found one here!! -----Original Message----- From: John Cummings [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:32 PM To: CF-Talk Subject: Any Christian ColdFusion developers out there? 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

