Want to prevent people from taking your website pictures?

then use this code
backgroundimage will be the image you want to show and overlay will simply be a transparent image the same size :slight_smile:

<span style=“background-image:url(‘yoursite/images/yourimage.gif’)”>
<img src=“yoursite/images/overlay.gif” width=“32” height=“32” border=“0” alt=“description”>
</span>