Have you come across printing error as shown in the screenshot below when trying to print a web page in IE/Win? I did! To view this error, please view this page in IE/Win and then click here and print.

I had no clue what's causing it. So, I googled and found out the usual cause for this issue is using one of the ID values reserved by IE/Win.
The code causing the problem is as can be viewed here:
<h1 id="tags">This is a Test</ h1>
To resolve the issue, I had to change the word "tags" as can be viewed here:
<h1 id="test">This is a Test</ h1>
So, if you are facing some weird issues in IE/Win, I suggest making sure that you are not using one of the reserved ID values in the HTML. Hope it helps!
Available 9am - 6pm EST, Mon-Fri