How to print a specific element

Jordan6

New member
Jul 3, 2011
119
0
0
I need to print a specific element in the page (an image) without the header, left nav, right nav, footer etc.
Can anyone provide the CSS and html/JS/php ?

Thanks
 


Have a separate print.css file, and apply display:none; to everything you don't want printed.