Hi all,
can you please take a look at my HTML file where i've tried to use an external css file - the problem is: it just doesn't seem to recognise it
index.html ~
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Patrick Rice</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="HAPedit 3.1">
<link href="Style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="container">
<p>
</p>
</div>
</body>
</html>
Style.css ~
body {
color:#ff0000;
text-align:center;
}
#container {
color:#0000ff;
width:900px;
}
Please can you tell me why it's not working,
Thanks
can you please take a look at my HTML file where i've tried to use an external css file - the problem is: it just doesn't seem to recognise it
index.html ~
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Patrick Rice</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="HAPedit 3.1">
<link href="Style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="container">
<p>
</p>
</div>
</body>
</html>
Style.css ~
body {
color:#ff0000;
text-align:center;
}
#container {
color:#0000ff;
width:900px;
}
Please can you tell me why it's not working,
Thanks