Rendering CSS in design & preview mode

  •  10-18-2006, 6:57 AM

    Rendering CSS in design & preview mode

    Hi,
     
    Sorry for the multiple posts... the editor is very good, but I have noticed that when I copy code into the HTML pane that has CSS in it, inside a <style> tag, it won't render in the design/normal mode or the preview mode.
     
    Is there a way to get it to render and appear as it will on the page? When I save the page and write the output to an HTML file, it all appears correctly.
     
    The css is in the format:
    <style type="text/css">
    <!--
    .normaltext {
     font-family: Verdana;
     font-size: 10px;
     color: #E4B6FF;
     font-weight: normal;
    }
    -->
    </style>
     
    Many Thanks,
     
    Chris
View Complete Thread