G
Guest
I am doing some simple html programming and
I cannot get the stype tag reference to work in IE 6.0.
It works just fine in Foxfire.
I have spent several hours and tried hundreds of variations.
I reduced it to a test program.
Can someone tell me why this simple code segment won't work?
<html><head>
<title>TEST</title>
<style>AA{color:blue}</style>
</head>
<body>
TEST<br>
<AA>BLUE</AA>
</body>
</html>
I cannot get the stype tag reference to work in IE 6.0.
It works just fine in Foxfire.
I have spent several hours and tried hundreds of variations.
I reduced it to a test program.
Can someone tell me why this simple code segment won't work?
<html><head>
<title>TEST</title>
<style>AA{color:blue}</style>
</head>
<body>
TEST<br>
<AA>BLUE</AA>
</body>
</html>