in reply to Re: Html Template CSS and CGI PERL
in thread Html Template CSS and CGI PERL

thanks for help but when i tried this it didnot work.I had put css file in link tag saved the template in html folder and called it through cgi script but the css was not implemented .Is this beacuse of mozilla ? or what else has to be done please help ana711

Replies are listed 'Best First'.
Re: Html Template CSS and CGI PERL
by Thilosophy (Curate) on Dec 29, 2004 at 08:09 UTC
    Can the browser load the CSS file? Just try to type the URL for the CSS file in the browser location bar. If not, the URL is maybe wrong. Do you get any File Not Found (404) errors in your web server log?

    Where did you put the CSS file? It has to be in the web server document root, which is probably not where you keep your HTML templates. Try to put it in the same folder as one of your images and use the same URL path as for that image.

Re: Html Template CSS and CGI PERL
by Anneq (Vicar) on Dec 29, 2004 at 13:15 UTC

    In addition to Thilosophy's excellent advice, you might get more help if you posted some code, especially the css that is not being implemented.

    Anne