In my html file I have the following:
<head>
<title>BMD</title>
<link rel="stylesheet" type="text/css" href="bmd.css" />
</head>
When I run the file in Firefox, Chrome, Opera or Safari the page is formatted correctly.
When I run it in IE I get the error:
"SEC7113: CSS was ignored due to mime type mismatch"
Can you help me understand what the problem is?
Thanks, Les