logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Ian B on Tue 9 Dec 2003 in response to Putting Style in the Hand of the User

Re: Cool Article

Jake,
just discovered that @import doesn't work on my version of R6 as it actually
generates the code:


<style type="text/css">
@import url(/css.nsf/default.css?OpenCssResource);
</style>


When embedding in a form.


If It used your:
<link rel="stylesheet" type="text/css" href="/default.css?OpenCssResource">


Then it would probably have worked, @import only appears to work for one
iteration (no cascading imports). I'm using R6.0.2CF1 - wonder why they
changed. It's strange as it actually was XHTML compliant. I haven't got an R6
server to test against, so wonder if that's the difference.