Gossamer Forum
Home : Products : Links 2.0 : Customization :

Links.css not being accessed

Quote Reply
Links.css not being accessed
Hi, I hope someone can help me with this. The only sticking point I've had with Links 2.0 is that the style sheet isn't being accessed, the pages look terrible...and I can't launch the Links 2.0 portion of my site.

I would make changes to the generated pages myself, if I could, but when I try to upload to that directory.. I am told 'permission is denied'.

I'd really appreciate some help here.. I've been trying to get this online for 2 and a half months.

The directory is located at http://www.love-4-life.com/singles/

Thanks!
Ros
Quote Reply
Re: Links.css not being accessed In reply to
It looks like the link to the stylesheet is missing from your category.html template.

Add the <link rel=stylesheet...> call to the <head> portion of category.html.
Quote Reply
Re: Links.css not being accessed In reply to
Make sure your templates have the following:

<link rel=stylesheet href="<%build_root_url%>/links.css" type="text/css" title="<%site_title%> style sheet">

------------------
JRM Studios www.jrmstudios.com
The Hotrodding Network www.hotrodding.net
Web discuss Free speech newsgroups - www.webdiscuss.com



Quote Reply
Re: Links.css not being accessed In reply to
Hi Brad,
Thanks, but I checked and it's definitely there..

<!doctype html public "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>
<%site_title%>:
<%category_name%></title>
<%if meta_name%>
<meta name="description" content="<%meta_name%>">
<%endif%>
<if meta_keywords%>
<meta name="keywords" content="<%meta_keywords%>">
<%endif%>
<link rel=stylesheet href="<%build_css_url%>" type="text/css" title="<%site_title%> style sheet">
</head>

Any and all ideas and suggestions appreciated!!
Thanks,
Ros
Quote Reply
Re: Links.css not being accessed In reply to
Brad,

I looked again.. YOU WERE RIGHT!!! Hurray! Ten weeks of this and you did it in ten seconds.. THANK YOU THANK YOU THANK YOU THANK YOU !!!

Rosalind