CSS styles not showing correctly

  •  04-08-2006, 4:36 PM

    CSS styles not showing correctly

    Hi,
     
    The CSS style element of an HTML document is ignored in Cute. For example, if I put in HTML like this:
     
    <html>
        <head>
            <style type="text/css">
                      body {  font-size: 9pt;  color: #501912; font-family: Arial;}
                      p {  font-size: 9pt;  color: #501912; font-family: Arial;}
             </style>
         </head>
        <body>    
    <p>This text should be 9pt, color #501912 and font family: arial</p>
    </body>
        </html>
     
     
    The above doesn't preview as it should, it simply shows in black. Shouldn't the preview take into consideration the document style tag???
     
    Thanks
    Gerardicus
View Complete Thread