Personally, I type all my tags in UPPERCASE. My attribute values, querynames and variables are usually lowercase or "javascript" style (queryName).
> <cfquery datasource="QueryName" ...> > > OR > > <cfquery datasource="query_name" ...> > > Also, out of curiosity these too: > > <CFQUERY DATASOURCE...> (all caps) > > Or > > <cfquery datasource ...> > > Thanks > Paul Giesenhagen > QuillDesign > > ______________________________________________________________________ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

