I have a page that has its own search in it. When printing the page with the print button, it comes up with the search bar as expected. I was wondering if there is a variable I can check to know when it is printing so I can not display the search bar? I checked for $_GET['mact'] but it never shows up to the script when the print button is pressed.
Thanks
[SOLVED] Modify page for printing
-
- Forum Members
- Posts: 17
- Joined: Sat Mar 08, 2008 4:21 am
[SOLVED] Modify page for printing
Last edited by Stryker777 on Sat Oct 09, 2010 11:16 am, edited 1 time in total.
-
- Forum Members
- Posts: 31
- Joined: Wed Jun 30, 2010 3:02 pm
Re: Modify page for printing
did you try to set that CSS element to "display:none;visible:none;" in the CSS-printsheet?
-
- Forum Members
- Posts: 17
- Joined: Sat Mar 08, 2008 4:21 am
Re: Modify page for printing
No, I have not. I will try that now. Thank you 

-
- Forum Members
- Posts: 17
- Joined: Sat Mar 08, 2008 4:21 am
Re: Modify page for printing
That worked perfectly! Thank you
I never even noticed the "Override print stylesheet" before.

-
- Forum Members
- Posts: 31
- Joined: Wed Jun 30, 2010 3:02 pm
Re: [SOLVED] Modify page for printing
Great that it works!