Hello.
I have a problem that I just cannot fix.
You can view the problem here: http://soeldesign.com/aloannow/index.html
I designed a total CSS site with an alternate style sheet for printing. It works fine in all browsers except for IE 5.5 (probably all IE earlier than 6). I tried all the hacks such as:
<!--[if IE 5]>
<link rel="stylesheet" type="text/css" media="print" href="iespecific.css" />
<![endif]-->
and also
<!--[if IE lte 6]>
<link rel="stylesheet" type="text/css" media="print" href="iespecific.css" />
<![endif]-->
But nothing works. It just shows blank pages on the print preview. A funny thing is that it shows 4 blank pages which just happens to be how long it is, so I suspect the text is there its just off the page so far you can't see it. I tried everything but it just keeps grabbing the IE6 style sheet. Anybody with a solution??
I greatly appreciate any replies. Thank you.