Question
need some help with cfoutput and <a> tag
hey there,
got meself into some issues with <a> and <cfoutput> tags.
Problem:
myResult = <a href="http://www.mysite.co.uk" rel="nofollow">mysite</a>
<cfoutput>#myResult#</cfoutput> outputs "<a href="http://www.mysite.co.uk" rel="nofollow">mysite</a>" (surprise isn't it?)
now is there any way to output it as html so it would display a link to "mysite"???
cheers,
Simon
