Forum Bugs

Not supporting the @import CSS rule

xmlguy74
I am attempting this document. I am finding that the @import rule is not working. The Stylehseet1.css file has a P { color:red; } rule.

<html>
<head>
<title>New Document</title>
</head>
<body>
<div>
<style>
@import 'Stylesheet1.css';
</style>
<p>This should be red.</p>
</div>
</body>
</html>
mikeday
Are you seeing any error or warning messages in the Prince output log?
xmlguy74
Nevermind. It was an IO error...😀 as in idiot operator.