Forum Moderators: not2easy

Message Too Old, No Replies

CSS doesnt work after upload

         

Gordon2004

11:29 am on Jan 10, 2004 (gmt 0)

10+ Year Member



Hey guys,

This is probably a very newbie question, but then I am a newbie so...

I've just designed a CSS site which works perfectly when run locally on my computer but once it is uploaded the CSS is ignored. I have uploaded all the required files.

Is it possible my server doesn't support CSS. I hope it not... ;(

Thanks for your help

flump

11:34 am on Jan 10, 2004 (gmt 0)

10+ Year Member



css is client side as its part of html so its not a server side problem

are you using remove css files?
if so then make sure you have set the path right to it.
if your using something like /mycssfile.css

and the html file is uploaded to [youriste.com...]
and your css is uploaded to
[youriste.com...]

then the html file would be requesting the css from
[youriste.com...]
and not the directory its in.

hope that helps you.

Gordon2004

11:38 am on Jan 10, 2004 (gmt 0)

10+ Year Member



Cancel that!

I forgot Linux servers are case sensitive!