Styles not showing in IE
Posted: Thu Dec 16, 2004 12:47 pm
Hi all,
Something very bizarre has happened to me today. Suddenly, CSS is not being shown in the print window - just plain not being shown. I've tried a simple page like:
And even THAT isn't showing up when printing. The frustrating thing is that it works in both browsers I have on my computer (Firefox 1.0 and IE 6.0), but it doesn't work in IE anywhere else where I work.
Does anyone have ANY ideas? Thanks.
Something very bizarre has happened to me today. Suddenly, CSS is not being shown in the print window - just plain not being shown. I've tried a simple page like:
Code: Select all
<html>
<head>
</head>
<body>
<table style = "background-color:#000000;">
<tr>
<td style = "background-color:#FFFFFF;">
Test
</td>
</tr>
</table>
</body>
</html>Does anyone have ANY ideas? Thanks.