Results 1 to 2 of 2

Thread: Printing images from web site help

  1. #1
    Join Date
    May 2006
    Posts
    2

    Printing images from web site help

    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

  2. #2
    Join Date
    Mar 2004
    Location
    China
    Posts
    3,315
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •