Style Tag stripped

Last post 10-23-2009, 6:15 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-22-2009, 4:47 PM 56607

    Style Tag stripped

    Using the editor including:
    <style type="text/css">
    .hirestable { float:left; margin-left:5px; border:1px solid #115097; background-color:#ffffef }
    </style>
    <table class="DGrayHeaderTable">
        <tbody>
            <tr>
                <td>&nbsp;&#8226;&nbsp; High Resolution Pictures - PAGE 2</td>
            </tr>
        </tbody>
    </table>
     
    Will result int the following striped html
     
    .hirestable { float:left; margin-left:5px; border:1px solid #115097; background-color:#ffffef }
    <table class="DGrayHeaderTable">
        <tbody>
            <tr>
                <td>&nbsp;&#8226;&nbsp; High Resolution Pictures - PAGE 2</td>
            </tr>
        </tbody>
    </table>
  •  10-23-2009, 6:15 AM 56624 in reply to 56607

    Re: Style Tag stripped

    Hi czbear,
     
    Try set EnableStripStyleTagsCodeInjection to false, like below
     
     <CE:Editor ID="Editor1" runat="server" EnableStripStyleTagsCodeInjection="false">
            </CE:Editor>
     
    Regards,
     
    Ken
View as RSS news feed in XML