Not applying font-size in EditorBodyStyle property

  •  03-20-2008, 8:47 AM

    Not applying font-size in EditorBodyStyle property

    Hi,
     
    I'm trying to apply an overall font-size to the contents of the editor so that it truly reflects what the user will end up with but am having problems...
     
    My tag is:

    <
    ce:editor id="edtUserContent" runat="server" />
     
    and the code behind does this in the Page_Load event:
     
    edtUserContent.EditorBodyStyle = "font-family: verdana, arial, sans-serif; font-size: 0.8em; color: #333;";
     
    Problem is that no matter what i set the font-size to it gets ignored...
     
    Where should I be looking to see what's causing this problem?
     
    Cheers
     
    Pete
View Complete Thread