Is there a way for styles to stay in the page when adding a template.
All of my <style></style> tags are stripped out, but we need them.Thanks.
Hi,
Please do the settings below, then the editor will keep the <style> target.
<RTE:Editor runat="server" ID="Editor1" TagBlackList="" EditCompleteDocument="true" AllowScriptCode="true" />
Regards,
Ken