Style Tag stripped

  •  10-22-2009, 4:47 PM

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