I've not tried it with spaces, but it most certainly has no problems with hyphens ( - ) or underscores ( _ ) in the names. It seems to be a pretty common practice to either store an alternate "url name" in the database, which will have the underscore or hyphen in it, and use that when building links. Another option would be to have a buildLink() method where you insert them on the fly.
<a href="http://mysite.com/#buildLink(myName)#"> HTH Matt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297265 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

