View Full Version : Removal of URL when printing page
creospace
8th November 2005, 11:52
Ok does anyone know how to exclude the url from the bottom of a web page when you print it out, what I need is a script to disable it as the user doesn't want to faff around changing settings.
Cheers
Gary
Richard Conyard
8th November 2005, 12:00
Am I missing something here - create a print style sheet and set the area you don't want to display to display: none
creospace
8th November 2005, 12:04
Am I missing something here - create a print style
sheet and set the area you don't want to display to display: none
Dont think its that simple, I know what you mean but it seems the only way to turn off the printing of the url at the bottom of the page is by setting it in the print application in this case IE or FF etc.
Unlesss there is a java thing, if you know of a way pretell please.
Gary
DuaneJackson
8th November 2005, 12:15
Nope, there is no way to do this with a script other than an Active X object or similar that would cause alarms to go off all over the users browser.
creospace
8th November 2005, 12:19
Ok cheers I thought that was the case but thought a try on here would do no harm. I'e decided to go down a better route and produce a pdf file with the letters mail merged into it, far better in the long run.
Gary