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