Hi,
When inserting a template as html
<html>
<head>
</head>
<body style="background-color: #00ff00" >
k8iuhjnhnlui
</body>
</html>
The background get skipped in the code so that the background color is not applied.
we use this server tag
<CE:Editor ID="Editor1" runat="server" OnPostBackCommand="Editor1_PostBackCommand"
AutoConfigure="Full" ResizeMode="None" ShowCodeViewToolBar="False" Width="950px"
Height="700px" ShowPreviewMode="False" HyperlinkTarget="_blank" ShowEditMode="true"
EnableStripLinkTagsCodeInjection="False" ConvertHTMLTagstoLowercase="true"
EnableStripStyleTagsCodeInjection="False" EnableStripIframeTags="False" DisableAutoFormatting="false"
UsePhysicalFormattingTags="true" URLType="SiteRelative" EditCompleteDocument="true" EnableStripScriptTags="false">
</CE:Editor>
Please prefer me the attributes to make the background color to apply..
Thanks,
Karthikanand.C