Question
I’m printing a page of my PHP application with the ( ctrl + P ), at the base of the printout, the url path is shown..i.e
http://
localhost:8080/student/result.php how can i hide this or customize it.
Thanks
Answer
For Chrome, uncheck “Headers and Footers” in the bottom left corner of the printing preferences that come up.
Other browsers have a similar option. In fact, both Firefox and Internet Explorer seem to allow finer control of the position and content of headers and footers, rather than just a show/hide (which, according to forums, was only introduced to Chrome recently).
Check more discussion of this question.
