Previous Message
Next Message

Firefox not loading stylesheet

Sent by Andrew Close on 4 January 2005 14:02


On Tue, 4 Jan 2005 09:02:30 -0000, Hopwood, Richard
[EMAIL-REMOVED]> wrote:
> Hi, when this site is on my local machine, Firefox loads the stylesheet
> fine, but when it's on my temporary web space it just doesn't load, if I
> hit the "edit css" on the web developer toolbar then it loads in OK.
> 
> http://homepages.which.net/~richard.hopwood/qcnl/
> 
> What's going on?
> 

Richard,

is your stylesheet in the same directory that your HTML is in?  

<link rel="stylesheet" media="all" href="./default.css" />

the ./default.css states look for this file in the current directory. 
you'd probably be better off without the ./ depending on how your
directory permissions are set up.  if your stylesheet is one directory
up the tree then your href should read ../default.css.
HTH,
andy

------------------------------------
9 GMail Invites available
Email me OFF-list only...
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: