Click to See Complete Forum and Search --> : linking to css files


David Harrison
06-22-2003, 12:23 PM
I've got a .css file that I'm using called taylor.css and I link to it with this:
<link rel="stylesheet" type="text/css" href="taylor.css" />

However, when I uploaded it I had to change it to:
<link rel="stylesheet" type="text/css" href="http://geocities.com/caulolli/taylor.css" />

Even though the file is in the same folder as all of the .html files. My question is simple, why?

David Harrison
06-22-2003, 02:44 PM
Ah, hello again. In that case I think it is something to do with geocities, I also hate the way they stick a load invalid code outside the </html> tag at the end.