Unstoppable Domains

Image copyright question... web design

Spaceship Spaceship
Watch
Impact
0
I am working on a friends web site, and she wants the images on her site, when printed, to print out pixelated and distorted to ensure noone can steal her images.

Also, is it possible to program the site so that when someone right-clicks to copy an image on her site, the image that they copy has a watermark on the image, but the original image on the site does not have a visible watermark?

Any help will be GREATLY appreciated. Thanks!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
I'm pretty sure that that is impossible (both the printing and copying)

Just put a small bit of text in each image saying "Copyright domain.tld 2006+"
 
0
•••
Add this code inside the header of the page you want to prevent images from being printed:
Code:
<link rel="stylesheet" media="print" href="print.css" type="text/css" />

Now make a new textfile called print.css and in it, put this:
Code:
 img { display: none; }

When the user tries to print this page from their browser, all the images will be missing. :)


Now, for preventing people from right-clicking and saving images, I like to use this method: http://www.angelfire.com/on3/vxdoin2/bugsy.htm
Basicly, you have a transparent image with a background of the real image. View the source of that page and you'll see what I mean.
 
Last edited:
0
•••
even though I'm not the one asking....this is good info to know....thanx Jim
 
0
•••
Jim, thanks a lot! That is exactly what I was hoping for!
 
0
•••
Appraise.net

We're social

Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back