Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

what's css file,how to set Apache using this file?

Quote Reply
what's css file,how to set Apache using this file?
I use Admin page to builds all pages ,
then I open page by "http://10.10.10.53/pages/index.html"

I can't see page . it show "internal error" so
I looked at Apache lock file. Apache seemed not to know
links.css file, I think this file is class templete for built html file. So how can I set Apache to use with css file ?

Quote Reply
Re: what's css file,how to set Apache using this file? In reply to
In the Links.pm file, the $build_css_url is defined in the following line:

Code:

$LINKS{build_css_url} = "$LINKS{build_root_url}/links.css";


Do you have the links.css file uploaded to your $build_root_path directory?

Regards,

Eliot Lee
Quote Reply
Re: what's css file,how to set Apache using this file? In reply to
Dont understand your question.
Css means nothing more than "build" a style for fonts.
You could do this inside every html-page or for all in an extern file (like in links). It has nothing to do with your apache.

Just proofe if you have upload the css.file to your server and if the link inside links.pm and the templates is set right way.

I for myself have killed the links.css and set an new one, calling it via http://... over my header.txt for every template.