problem: When trying to print web pages from IE, the pages come out blank except for headers and footers. Print preview shows the same thing.
solution: Open command prompt and run the following
mkdir %userprofile%\\AppData\\Local\\Temp\\Low
icacls %userprofile%\\AppData\\Local\\Temp\\Low /setintegritylevel low
Close and reopen IE.
Source credit: http://mutterances.com/?p=83