Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Templates and Stuff

Quote Reply
Templates and Stuff
I'm trying to get my templates to show what I have put on them, but for some reason every time I view the search.cgi, all my coloring is gone, it is just a white background and black letters. How can I fix this?

Also, how can I get the generated files to have the same look as all my templates?

Quote Reply
Re: Templates and Stuff In reply to
Most likely you do NOT have the complete URL to your CSS file in the $build_css_url variable in the links.cfg:

Code:

$build_css_url = "http://www.mydomain.com/links/pages/links.css";


OR you have NOT uploaded the current version of your template files to your server.

Regards,

Eliot Lee
Quote Reply
Re: Templates and Stuff In reply to
I did upload the current templates. It works on those, but now when I search, the links don't show up. Also, the pages that were built using "build all" don't look like any of my pages. One more thing, when I search, the results turn up like this

____________
| Title Pic |
.-.````````````
|M|::::Search::Results::
|E| ___________
|N| | Title Pic |
|U| .-.```````````
`-` |M| Cats:
|E| Links:
|N| Etc.
|U|
`-`
Understand?

Quote Reply
Re: Templates and Stuff In reply to
Most like a problem with the CSS links in your template files then...

Good luck!

Regards,

Eliot Lee