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=http://www.webdeveloper.com/forum/archive/index.php/"taylor.css" />
However, when I uploaded it I had to change it to:
<link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"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?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.
<link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"taylor.css" />
However, when I uploaded it I had to change it to:
<link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"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?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.