I've created a template to be used for email newsletters. Inside the template I've created several anchors. I've also created a top level navigation that links down to these anchors. The bookmarks are being modified to have an http:// added.
Here's the asp.net tag for the control:
<CE:Editor id="txtMessage" EditorWysiwygModeCss="cuteeditor.css" ThemeType="OfficeXP" Autoconfigure="Compact" Width="100%" Height="500px" runat="server" URLType="Absolute" BaseHref="http://www.temp.org/"></CE:Editor>
How do I get the editor to leave the bookmark tag alone?
Thanks.