Hi
I have searched the CuteSoft forums and can't quite find the exact answer to this
I am NOT using external stylesheets
Instead I define my style in the <HEAD> When I go to 'normal' view the style defined in the <HEAD> is not applied. E.g. I set text to areal in the <HEAD> but it shows as times new roman. This is not WYSIWYG as the actual HTML document will of course apply the style as it is defined in the head
Actal HTML used is
<html>
<head>
<STYLE type="text/css">
body,table,p,div,span {font-family:arial;}
</style>
</head>
<body>
<div>dfdfddfdfsfsdfs</div>
</body>
</html>