Forum Moderators: not2easy
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
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.