In aserve franz web server + webactions i was able to publish static file. So what i did is publish my css file and refrence them in my application. I know the  html header stuff is more abstruct in ucw. I made the following change in the demo source code adding :stylesheet <br>

<br>(defcomponent demo-window (standard-window-component)<br>  ()<br>  (:default-initargs<br>       :stylesheet '("report.css")<br>      :body (make-instance 'demo-component)))<br><br>and i got this in the html source as a result<br>

<br><pre><<span>link</span><span> href</span>=<span>"/itinventory/report.css" </span><span>rel</span>=<span>"stylesheet" </span><span>type</span>=<span>"text/css"<br><br>but nothing is working yet :)<br>
</span></pre>
I guess i need some pointers on how to achieving this in ucw.<br><br>Your help greatly appreciated.<br><br>George.<br><br><br>