Re: Changing the default font

  •  06-23-2007, 1:38 AM

    Re: Changing the default font

    in the style sheet i wrote the following code and i have addes as displayed below

    body, td { font-family: Verdana ; font-size: 11px; font-weight: normal; text-decoration: none; }

     
     
    <%@ Page Language="C#" %>
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <html>
     <body>
            <form runat="server" ID="Form1">
       <CE:Editor id="Editor1" EditorWysiwygModeCss="EditorStyles.css" runat="server" ></CE:Editor>
      </form>
     </body>
    </html>

     
    this code workd fine when i am using 5.3 version but when i am using 6.0 this is not working please check it.
    Thank you
View Complete Thread