NewbieBryan Posted August 2, 2009 Share Posted August 2, 2009 My problem is fairly basic, I have created an input page for some financial calcs and this I then send to my "engine" page that does some pretty advanced PHP calcs (well advanced for me anyway ) and displays a resultant page... So far so good, Assuming my audience is impressed and wants to print out the page they hit print and the page is sent to the printer.... with @#$@#$@# header and footer info.... Which really makes all my clean output look terrible. Now it is fairly easy to go to the browsers print setings and delete the header and footer info and the problem is solved... BUT that sort of kills headers and footers for that browser permanatly... Is there some way of customising the print (through code) to ignore headers and footers for only MY app (either via code on the page or even manaual browser side) Tx Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 2, 2009 Share Posted August 2, 2009 You can use CSS to apply a different style when printing. Here is an example Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.