*To view all of the posts in this series, either click on the following link, or type Blogger Tutorials into our search box.*
One of my most popular tutorials tells how to disable right-click at your site. However, several people have commented that while right-click is disabled at their Blogger blog, people are still able to left-click their pictures, which opens the picture in its own window from which the visitor can then download (steal) the picture.
I have the solution for your problem. First, because people have asked, let me state that even if there was a way to do it, you would never want to disable left click. Without left-click ability, links (including navigation links) would be useless, and you would lose readers faster than you can say boo.
The reason people can left click on your pictures and download the photo that appears that way is because when you upload an image Blogger automatically links your post image so that clicking on it brings up the image by itself. You can fix this by doing the following for each picture. (I’m sorry there’s not a quick and easy fix that I know of.)
1. After you have uploaded the picture into your post, click on the Edit HTML tab of the writing area.
2. You should see code at the top of the page that looks something like this:
<a href="http://yoursiteurl.com/yourpicture.jpg"><img alt="S7302723" src="http://yoursiteurl.com/yourpicture.jpg" width="184" align="left" border="0" height="244"/></a>
3. Delete the following sections:
<a href="http://yoursiteurl.com/yourpicture.jpg">
and </a>
Those are the parts that make the image into a link.
4. MAKE SURE you leave the img section:
<img alt="S7302723" src="http://yoursiteurl.com/yourpicture.jpg" width="184" align="left" border="0" height="244"/>
5. Preview your post. If your image is still there and does not go to a separate page when you click on it, you did everything correctly and can
save your post or continue writing it.
You will have to make changes to each of your already published pictures individually, but if you really don’t want people to be able to bring them up on a separate page, it would be worth it.
Please let me know if you have any questions or comments regarding this tutorial. I’d be happy to help you in any way that I can.
*To view all of the posts in this series, either click on the following link, or type Blogger Tutorials into our search box.*