Betreft: Cute Editor begins with centered text?

  •  08-09-2005, 2:21 AM

    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 Complete Thread