PDA

View Full Version : Printing images from web site help



josiahrock
02 May 2006, 01:53 PM
Im trying to set up a site where i can have people print out stuff on the site without having the date and webpage link and such displayed on the top and bottom of the print out. I wanna have a print button also. hope im making sense. i wanna be able to let the user print out a 8.5 x 11 image without having any of the webpage text data(which includes the date, page number, url and title of page) displayed on the print out.

Thanks

Rincewind
03 May 2006, 10:09 AM
You can use a style sheet with the media type selector to hide the text and format the page when it is printed out. The click to print button is little more than a line or so of javascript to run a print() function. As for the web address at the top and bottom of the page - that's not in your control. It's up to the user and their web browser/printer software to determin that aspect.