PDA

View Full Version : Image cannot be saved?


Angeld
09-05-2003, 03:07 AM
I have set the below code to my page so that the picture would not be printed out.

<style type="text/css">
@media print{
body{background-color:#FFFFFF; background-image:none; color:#000000 }
#pic{ display:none;}
}
</style>

I just wonder would there any @???save??? so that when people clicks save, the picture on my page cannot be saved?

Sorry if this look silly & stupid...:confused:

Spookster
09-05-2003, 05:27 AM
You can't stop someone from saving your images. You have to realize how the WWW works. In order to view your page and all images in your page those files must be downloaded to the persons computer. These are stored in the browsers temp folder. You can try removing all the save features you want but the image is already stored on their computer.

Corey Bryant
09-05-2003, 12:38 PM
Spookster is correct. There will always be a way around anything that you do for me to keep your image. Worse comes to worse, I can do a print screen.

A funny little article that came out awhile back on this subject:
http://www.vortex-webdesign.com/help/hidesource.htm

oracleguy
09-05-2003, 05:23 PM
It is just like trying to hide your source code, you can't. You might want to read the "hide my source code" sticky at the top of the general web building forum.