Can you paste in the HTML if a sample link in its broken form for us to see? I mean the actual anchor tag in its completeness.
~Brad -------- Original Message -------- Subject: Re: Internet Explorer and @ signs in link text From: Scott Brady <[email protected]> Date: Thu, November 19, 2009 9:55 pm To: cf-talk <[email protected]> The problem isn't that it's breaking the URL. It's that the @ sign in the _text_ of the link (i.e., the text displayed on screen that the user clicks on) is causing the mess-up in the link (so that the URL is displayed as the link instead).. So, if we URL encode the @ symbol with %40, the user will actually see "L%40%40K!" instead of "L@@K". ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328567 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

