Re: Selecting Stylesheets

At 17.00 +0200 98-09-23, R.Pearson wrote:
>Has anyone any solutions/alternatives please?

An alternative: Use a CGI program to print your style sheet.

In the HTML file:

<LINK REL=STYLESHEET HREF="/cgi-bin/style.pl">

And the CGI prints:

Content-type: text/css

BLAH {
    blah: blah;
}

Works for me - you can see it in live action att http://www.sbab.se/

Good luck!

/Cajo.

___Carl_Johan_Berglund_________________________
   Adverb Information
   carl.johan.berglund@adverb.se
   http://www.adverb.se/

Received on Wednesday, 23 September 1998 11:52:36 UTC