Whenever I print a webpage from my browser, the page's URL gets printed at the bottom of the page.
There is no option for this in the printer. There is no option for this in the browser.
Is there a way to prevent the URL from printing ?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
It depends on your web browser, but in the print dialog there is usually an advanced setup or something. If it's not there, look for a page setup. You just need to turn off the headers/footers. | |||||||
feedback
|
|
Depends on the browser. For example, if you go to the These can be set individually. To do this with Javascript, I think you'd need to code up an extension, since the alternative would be a whopping great security hole large enough to fly a 747 aircraft through. | |||
|
feedback
|
|
You can not use JavaScript to set these headers or footers. However, you can change the settings in your own browser. Alternatively, you could link to a PDF which prints as is by default. | |||||||||
feedback
|