whirlcool
Well-known member
If some websites are picky about people lifting their images just a few lines of HTML code would stop that by disabling the copy feature of the viewers browser for as long as they are on the website.
It isn't that hard. This one uses .
body bgcolor="#FFFFFF" ondragstart="return false" start="return false
then right before your image put:
ondragstart="return false" start="return false"
That's all there is to it.
It isn't that hard. This one uses .
body bgcolor="#FFFFFF" ondragstart="return false" start="return false
then right before your image put:
ondragstart="return false" start="return false"
That's all there is to it.