Prevent clicking on Blogger images
studio16
Registered Users Posts: 19 Big grins
Hi there,
Please tell me how to prevent viewers clicking on images so that they open on my blogger site.
http://studio16news.blogspot.com/
I also don't want to link back to my website.
Many thanks. :wink
Please tell me how to prevent viewers clicking on images so that they open on my blogger site.
http://studio16news.blogspot.com/
I also don't want to link back to my website.
Many thanks. :wink
0
Comments
Hi,
If you don't want the images in your blog hotlinked (clickable), then when you insert the images, just use img src instead of a href. In other words, you would insert the image like this:
<img src="LINK TO YOUR IMAGE HERE">
And not:
<a href="WHERE SENT WHEN CLICKED"><img src="LINK TO IMAGE"></a>
Adding the a href to the image makes it hotlinked. I hope that makes sense!
Smug since 2006
SmugMug Help
PhotoscapeDesign
Trying to find code to centre the image too. Would you know that?
Many thanks.
Hi,
Add the Center tags around the img src, i.e.,:
<center>
<img src="http://2.bp.blogspot.com/_67aluRDwkAE/SdlAmbZBS5I/AAAAAAAAAtY/LQhX9_dEIco/s400/IMG_5089.jpg">
</center>
Hope that helps!
Smug since 2006
SmugMug Help
PhotoscapeDesign
Cheers.