Hi there,
we are currently developing an asp.net mvc3 aaplication. What we need to do, is to give users the ability, to input the text for an email-message. Users can add placeholders to the message like <#User.Name#>. I've implemented CKEditor and set " entities: false, basicEntities: false, htmlEncodeOutput: false,"
If I use the placeholder in simple text, everything is working perfect.
But I'm getting Problems when using a placeholder inside an anchor-tag:
<a href="<#User.AccessLink#>"><#User.AccessLink#></a>