Re: Why does the editor remove Inline CSS

  •  11-11-2006, 1:48 PM

    Re: Why does the editor remove Inline CSS

    I replaced all files,
    if you try it  here
    you will see what I mean.
     
    Switch to html,
    paste this:
     
    <style type="text/css">
    <!--
    .border {
    border: 1px solid #fff;
    }
    .text {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 11px;
    }
    .date {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    }
    .headline {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: url(http://daten.creaserver.de/kunden/musikparkheilbronn/nl/kw45/head.gif);
    background-position: left;
    background-repeat: repeat-x;
    }
    .week {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    background: url(http://daten.creaserver.de/kunden/musikparkheilbronn/nl/kw45/head.gif);
    background-position: left;
    background-repeat: repeat-x;
    }
    -->
    </style>
     
    switch to normal and back to html.
     
     
     
     
View Complete Thread