S
Simon
I cant change background color using my external style sheet title
teststylesheet.css
<style type="text/css">
body { background-color: black;}
</style>
And in the document I have the link
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Test</title>
<link rel=" stylesheet " type="text/css" href="teststylesheet.css" />
</head>
<body>
the test is not working
</body>
</html>
I have been through this and I can"t find anything wrong can any one
help
Regards
teststylesheet.css
<style type="text/css">
body { background-color: black;}
</style>
And in the document I have the link
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Test</title>
<link rel=" stylesheet " type="text/css" href="teststylesheet.css" />
</head>
<body>
the test is not working
</body>
</html>
I have been through this and I can"t find anything wrong can any one
help
Regards