Cute Editor begins with centered text?

Last post 08-09-2005, 2:21 AM by Mariette. 1 replies.
Sort Posts: Previous Next
  •  08-09-2005, 12:49 AM 9384

    Cute Editor begins with centered text?

    I'm running into an odd problem using CE for DNN 3.1.  The editor defaults to a centered cursor and "no justify" setting when starting with an empty text field.  Each line is centered both in edit and preview modes.  After saving, the text appears in the default left justified alignment.  Manually setting left justification and clearing HTML seems to solve this, but it seems like an odd quirk.  Interestingly, this message post and the demos do not show this behavior...  the start in left justify as I would expect.  Any insights you could provide?

    Also, all demos on your site appear with the text area disabled in my version of IE 6 (6.0.290.2180.xpsp_sp2_gdr.050301-1519).  It is not possible to use the demos, post messages, etc.  I used Firefox to post this.  This is not happening on my local DNN install, however.  Any idea why that might be?

    Thanks
  •  08-09-2005, 2:21 AM 9386 in reply to 9384

    Betreft: Cute Editor begins with centered text?

    Take a look at the skin.css. It probably contains:
     
    BODY
    {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    }

    Change that to left or delete it.
View as RSS news feed in XML