isaac_cm Posted May 29, 2007 Share Posted May 29, 2007 Hello, I need to do control printing I have to place some notice text in a page and I want to give the user to print this page content without that notice , any idea ? thanks Link to comment https://forums.phpfreaks.com/topic/53482-solved-prevent-some-text-from-being-printed/ Share on other sites More sharing options...
nogray Posted May 30, 2007 Share Posted May 30, 2007 You can create a print style sheet with the notice display set to none <style media="print"> .notice {display:none;} </style> Link to comment https://forums.phpfreaks.com/topic/53482-solved-prevent-some-text-from-being-printed/#findComment-264366 Share on other sites More sharing options...
isaac_cm Posted May 30, 2007 Author Share Posted May 30, 2007 that is so clever thanks alot mate Link to comment https://forums.phpfreaks.com/topic/53482-solved-prevent-some-text-from-being-printed/#findComment-264617 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.