Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

stylesheets

Quote Reply
stylesheets
Hi,

I've just noticed that my site shows up without the settings in my stylesheet when viewed with a netscape browser.. what could I be doing wrong ? The code looks OK to me ?? Example from Add Resource

<title><%site_title%>: Add a Resource</title>

<link rel="stylesheet" href="<%css%>" type="text/css"

title="style sheet">

</head>


Regards Dane


Quote Reply
Re: stylesheets In reply to
Make sure that you have the complete URL or relative path to your CSS file in the build_css_url variable...should be in the Globals.pm file, I believe.

Then you also need to change localhost in the links.css to your domain address.

Regards,

Eliot Lee
Quote Reply
Re: stylesheets In reply to
yep, it all done and working fine with explorer, but navigator don't like it ??

Quote Reply
Re: stylesheets In reply to
The problem is that the links.css file uses CSS2 codes, which are NOT supported by earlier versions of Netscape. Netscape 6.0 does support CSS2 codes to an extent.

I suggest the following:

1) Trash the links.css file and create your own using CSS1 codes so that more browsers can view your layout properly.

OR

2) Trash the CSS references all together and create GLOBAL tags for your font codes.

The first one is much easier...

Regards,

Eliot Lee
Quote Reply
Re: stylesheets In reply to
Ok, I'll do that.. thanks for the help guys,

damn, where do you store all that information :-)


Quote Reply
Re: stylesheets In reply to
You're welcome...My brain. Wink

Regards,

Eliot Lee