Stylesheets

  •  07-09-2006, 6:39 PM

    Stylesheets

    I want to include a stylesheet but when I add it in html mode, return to normal mode it is removed. I want to add this:
     
    <STYLE type=text/css><!--
    body{font-size: 8pt;}
    a {color: #13265c;}
    a:hover {color: #CE7108;}
    --></STYLE>
     
    Why is that removed?
View Complete Thread