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:
<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: