Re: Default font Questions

  •  11-05-2008, 12:01 PM

    Re: Default font Questions

    I have been trying this out to no avail.

    I have an Editor that is defined:
    <CE:Editor id="edHTML" 
       EditCompleteDocument="true" 
       EnableStripIframeTags="false" 
       EnableClientScript="true" 
       EnableStripLinkTagsCodeInjection="false" 
       EnableStripScriptTags="false" 
       EnableStripStyleTagsCodeInjection="false" 
       AllowPasteHtml="false"  
       ThemeType="Office2007" 
       EditorWysiwygModeCss="StyleSheets/Test1.css"  
       BreakElement="Br" 
       EnableAntiSpamEmailEncoder="false"     
       Height="600" Width="744" runat="server" ></CE:Editor>   

    the Test1.css is defined as

    body, td { font-family: Arial, Verdana, Sans-Serif; font-size: 8pt; font-weight: normal; text-decoration: none; }

    However, when I go to the page, the font dropdown says "Default Font", When you click in the editor window Times New Roman is selected. What Am I doing wrong?
View Complete Thread