/ Published in: CSS
Example of using CSS @media print function for your page
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style type="text/css"> @media print{ body{} #ad{} } </style>