Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am writing a small CGI script that will be an SSI include, meaning it will be loaded from a page. Now, I made a custom CSS for the script and am wondering how I can use it without reprinting the header causing issues on the main page?
Is it possible for an SSI to call it's own CSS without doing anything like this?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: using a CSS style sheet in CGI
by cees (Curate) on Jun 18, 2006 at 01:14 UTC | |
Re: using a CSS style sheet in CGI
by jdtoronto (Prior) on Jun 17, 2006 at 17:50 UTC | |
Re: using a CSS style sheet in CGI
by davidrw (Prior) on Jun 17, 2006 at 18:18 UTC | |
by CountZero (Bishop) on Jun 17, 2006 at 22:29 UTC |