How to
disable linking on photos uploaded on
Blogspot ?
How to unlink the pictures on
Blogspot ?
Everytime when you upload a picture onto your blog post, the picture will be automatically linked to its original sized picture.
Read Also:
How To Disable Left / Right Click/ Selecting To Stop Copy Paste In Blogger
If you want to disable/remove the auto-linking, here's how.
Here's one picture freshly uploaded onto this blog post. As you can see, whenever you
mouse-over the picture, the cursor will change to a pointer style and it's clickable.
To remove the link, you have to dig into the code of the photo.
<div class="separator" style="clear: both; text-align: center;">
< a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiny9ujrQl8UaOB8bdF6gP_ATOwUD9y9cfqH-Jg0hghPYBMSj6gIZkzzdpqYG2jV9HX8YP84L7Ybxw5HH4FArt2DOSRPtQyRcnCxByyQfPru2929gWsSuc5o9qVV_UshEbZdW2ATwk0U5w/s1600/honey.jpg " imageanchor="1" style="margin-left: 1em; margin-right: 1em;"> <img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiny9ujrQl8UaOB8bdF6gP_ATOwUD9y9cfqH-Jg0hghPYBMSj6gIZkzzdpqYG2jV9HX8YP84L7Ybxw5HH4FArt2DOSRPtQyRcnCxByyQfPru2929gWsSuc5o9qVV_UshEbZdW2ATwk0U5w/s1600/honey.jpg" /></a></div>
<div style="text-align: center;">
As you can see from the code above, you should remove the code highlighted in
red to remove the link.
Therefore, this would be the remaining code.
<div class="separator" style="clear: both; text-align: center;"> <img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiny9ujrQl8UaOB8bdF6gP_ATOwUD9y9cfqH-Jg0hghPYBMSj6gIZkzzdpqYG2jV9HX8YP84L7Ybxw5HH4FArt2DOSRPtQyRcnCxByyQfPru2929gWsSuc5o9qVV_UshEbZdW2ATwk0U5w/s1600/honey.jpg" /></a></div> <div style="text-align: center;">
However, if you want to remove the pointer cursor as well, you should remove the "cursor" part from the remaining code.
And this would be the final picture.
Now the picture is not linked, not clickable and the cursor doesn't change to a pointer whenever you
mouse-over it.
advertising
0 comments:
Post a Comment