Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

body style not working

Status
Not open for further replies.

dexeloper

Programmer
Joined
Oct 26, 2004
Messages
162
Location
GB
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.
 
ca8msm - Do you want the family grandfather clock or my collection of silver spoons?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top