You can easily do this using a style tag:
<style>
 .cap{
  text-transform : capitalize;
 }
</style>

and then use <span class="cap">blah blah</span>


Don Vawter
www.cyberroomies.com
[EMAIL PROTECTED]

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 11:20 AM
Subject: Capitalize first characters


> Hi all, I'm just starting to learn coldfusion and I'm looking for a
function
> or a way to capitalize the first character of words in a string.  Can this
> be done?  Can someone help me with this?
>
> Thanks
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to