Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Zoran] Links.css -I can't find it or more likely it doesn't exist at my site

Quote Reply
Re: [Zoran] Links.css -I can't find it or more likely it doesn't exist at my site In reply to
Thanks Guys

1. I have found this in global templates
-------
sub {
# Displays the URL to the css file.
# Only useful for backwards compatibility.
return $Links::CFG->{build_root_url} . "/links.css";
}
--------

2. I understand what you mean by using this
--------
<link rel="stylesheet" href="path/to/links.css" type="text/css">
--------

3. How to I bring the two together? :-(

Is this correct?

sub {
# Displays the URL to the css file.
# Only useful for backwards compatibility.
return $Links::CFG-><link rel="stylesheet" href="path/to/links.css" type="text/css">
}


4. Is there an actual links.css file that comes with the Links SQL package - I would prefer to modify the standard stylesheet for Links SQL than create a brand new one. If there is one then it doesn't seem to be in existence where I would have expected it.

Can anyone direct me to where I could download a fresh copy of the standard links.css file for Links SQL or perhaps upload it as an attachment to your post.

One last question - which folder would I place it in?

Thanks
Steve
Subject Author Views Date
Thread Links.css -I can't find it or more likely it doesn't exist at my site cuppa 2124 Jun 11, 2004, 1:40 AM
Post Re: [cuppa] Links.css -I can't find it or more likely it doesn't exist at my site
afinlr 2059 Jun 11, 2004, 9:52 AM
Thread Re: [cuppa] Links.css -I can't find it or more likely it doesn't exist at my site
Zoran 2057 Jun 11, 2004, 2:37 PM
Thread Re: [Zoran] Links.css -I can't find it or more likely it doesn't exist at my site
cuppa 2044 Jun 12, 2004, 9:23 AM
Thread Re: [cuppa] Links.css -I can't find it or more likely it doesn't exist at my site
cuppa 2043 Jun 12, 2004, 10:56 AM
Post Re: [cuppa] Links.css -I can't find it or more likely it doesn't exist at my site
afinlr 2012 Jun 14, 2004, 5:49 PM