I realise this is the simplest problem ever posed but, just before I jump out of the window, could you tell me why the 'body' style is having no effect (in IE6).
This is the style sheet:
<style>
body {color:#0000AA;}
h1 {color:#660066;}
</style>
This is the html page:
<html>
<head>
<link rel="stylesheet" type="text/css" href="Style.css">
</head>
<body>
ewee<h1>wlklk</h1>
</body>
</html>
The h1 style works but not the body.
I'll mention you in my will.
This is the style sheet:
<style>
body {color:#0000AA;}
h1 {color:#660066;}
</style>
This is the html page:
<html>
<head>
<link rel="stylesheet" type="text/css" href="Style.css">
</head>
<body>
ewee<h1>wlklk</h1>
</body>
</html>
The h1 style works but not the body.
I'll mention you in my will.