On Wed, Nov 12, 2008 at 9:41 AM, Marc Raber <[EMAIL PROTECTED]> wrote:
> sorry for the question as i know i have read it before but can't remember. > > in CF, when i want to have internal links - like <a href="#name"> but name > is a variable: <a href="##name#"> > > how do i do without the ## that messes up the output? > double up the pound signs to escape 'em. <a href="###name#"> -- I have failed as much as I have succeeded. But I love my life. I love my wife. And I wish you my kind of success. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315151 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

