<div dir="ltr">Hi <br><br>I started to use parenscript and javascript portion of it works just fine.<br>Now, I wanted to incorporate some css into the code and ran into problems.<br>When I try to evaluate the sample code:<br>
(html-stream *standard-output*<br>  (html<br>   (:html<br>    (:head<br>     (css (* :border "1px solid black")<br>      (div.bl0rg :font-family "serif")<br>      (("a:active" "a:hoover") :color "black" :size "200%"))))))<br>
<br>I get an error:<br>Execution of a form compiled with errors.<br>Form:<br>  ((STYLE TYPE text/css)<br> (PRINC <br><br>  <!-- <br>)<br> (PRINC (CSS-RULE-TO-STRING (CSS-RULE * BORDER 1px solid black))<br>  (CSS-RULE-TO-STRING (CSS-RULE DIV.BL0RG FONT-FAMILY serif))<br>
  (CSS-RULE-TO-STRING (CSS-RULE (a:active a:hoover) COLOR black SIZE 200%))) ..<br>   [Condition of type SB-INT:COMPILED-PROGRAM-ERROR]<br><br>I am using sbcl 1.0.18 on Ubuntu. How can I solve it?<br><br>Thank you!<br>Andrew<br>
</div>