Currently I have a web application that contains a lot of div , menu and many others layout staff. However, What I would like to have when the user click print is only two image or one image in some case. Assume I have already get the two image url, how to remove the css of entire page and perform the print as i expected ? Here is some code I tried , it seems it will change the whole page from the web app layout to only 2 image? Can I prevent that? thanks:print.css\[code\]<style type="text/css" media="print"> .img{ padding:5%; height:100%; width:40%; } #img1{ left:0px; }</style>\[/code\]js\[code\]$("#printBtn").click(function() { $("link