Sunday, March 16, 2008

Fast Printing web pages without images


  • Create a one line .css file [example] "NoImages.css", copy the below line to Notepad and Save As: NoImages.css. Open Internet Options | General tab | Accessibility button, place a check in "Format documents using my style sheet", click OK.

    IMG { display: none !important;}
    Download
    : NoImages.css [right-click and select: Save Target As]
The next time you want to print the contents of a web page but don't want to waste the time and ink printing all the ads, banners, etc. just Toggle the above option on\off.
Note: there is no need to restart IE as this trick works on the fly.

No comments: