In my CreateUserWizard i have set the EmbeddedObject template to add image to my BodyFileName html document. This works fine except now an anchor element will not show in document output. The href attribute is set from code in page behind during the email sending event.
<p>
<a href="<%VerifyUrl%>" ><%VerifyUrl%></a>
</p>