Sent by Simon Jessey on 28 January 2003 01:01
That is how I do it, but many people prefer to put the @import link in a
style element in the head of the document.
Simon Jessey
w: http://jessey.net/blog/
e: [EMAIL-REMOVED]
> to make a page so that it is vaguely readable in nn4, I have to split
> the style sheet into two files, one that contains stuff nn4 can deal
> with and the rest in the other, then use @import to reference the
> other one, so that nn4 is unaware of the other stylesheet.
>
> is this the only way?