I created a test webpage on my desktop called index.html and stylesheet called style.css both inside a folder called css-site but it doesnt get the path to the stylesheet i think. Anyone see what i'm doing wrong.
<html>
<head>
<link href="C:/Documents and Settings/Administrator/Desktop/css-site/styles/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>My heading1</h1>
<h2>My heading2</h2>
<h3>My heading3</h3>
<h4>My heading4</h4>
<pText, text text text</p>
</body>
</html>
<html>
<head>
<link href="C:/Documents and Settings/Administrator/Desktop/css-site/styles/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>My heading1</h1>
<h2>My heading2</h2>
<h3>My heading3</h3>
<h4>My heading4</h4>
<pText, text text text</p>
</body>
</html>