Font face is not set

  •  09-19-2007, 6:29 AM

    • Hajo is not online. Last active: 08-08-2013, 4:27 AM Hajo
    • Not Ranked
    • Joined on 09-19-2007
    • Flevoland, The Netherlands
    • Posts 6

    Font face is not set

    We using CuteEditor V3.0 2004 for .NET. We have a problem with the fonts. In the selection 'combobox' the first option is Arial. However if we select this font the current font tag of the selected text (if any) is removed and a new one is not set. So the text becomes 'font'-less and is rendered in the default font of the browser.
     
    I've looked at the javascript which is set on the 'div' tags.
     
    For example, the onclick javascript for Verdana looks like this:
     
    onclick="parent._Format('txtFrontpage','fontname','Verdana');"
     
    This works perfectly, now the onclick for Arial:
     
    onclick="parent._Format('txtFrontpage','fontname','Arial');"
     
    The line for Arial looks very much the same as the line for Verdana, but the first is working and the second (Arial) is not working.
     
    Does anyone have a solution for this problem???
     
    Grtz Hajo.
View Complete Thread