aceconcepts wrote:This is fine, however, when i print using this method the url of the page is printed top right of the page. Basically i dont want the url to appear.
How can i print so that no url is printed?
It's a browser setting that can't be changed by server-side php. That's why you had to add
aceconcepts wrote:<A class="blue" HREF="javascript:window.print()">Print This Page</A>
This has been asked before. What you are trying to get rid of is a Page Setup -> Header setting. That is not controlled by the code, but by the browser.