create an empty stylesheet called print.css and within it put the following code:
add the following at the end of your css in every page:Code:image {display:none; overflow:hidden; }
Haven't tested, but i think this will sort you out, tho it will not print images.Code:<link rel="stylesheet" media="print" href="print.css" type="text/css" />





Reply With Quote