Problem with style.css

3 replies
Hi
I just ran into a big problem with my website.
My index page can't "find" the style.css for some reason.
It says that the style.css is not on the local disc.
all my other pages are working, it's just the index page that doesn't.
Any one know what to do?

Thanks in advance!

/Izerman
#problem #stylecss
  • Profile picture of the author getsmartt
    check the code in your header and make sure that the line pointing to style.css is properly coded to point to a file on your web server. I am betting it says something like file//c:/yadayada/style.css instead of http://yadayada/style.css
    Signature

    Was mich nicht umbringt, macht mich stärker

    {{ DiscussionBoard.errors[2395172].message }}
  • Profile picture of the author Adam Carn
    Put this code after the </tite> tag.

    Code:
    <link rel="stylesheet" href="PATH/style.css" type="text/css" media="screen" />
    Replace PATH with the actual path to your style.css file.

    Thanks,
    Adam
    Signature
    Taking a break...
    {{ DiscussionBoard.errors[2395173].message }}
  • Profile picture of the author Izerman
    thanks for the tips
    {{ DiscussionBoard.errors[2395191].message }}

Trending Topics