How to disable linking on photos uploaded on Blogspot?
How to unlink the pictures on Blogspot?
Everytime once you transfer an image onto your blog post, image|the image} are going to be automatically coupled 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.
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/AVvXsEhBKZ6p8ldsivEYgT7acTC1frcNWhjh-b7iPgZmJjnSvutX_2m3_qvdIWa6e-fd5sTCB8MKN8kln3vZ7-IRqnZSDsh59Xe6aoLA-LOru_kkLm4lRy0aZb4Rzp9NK06c7SNUTEtOwBVKX3U/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.
That's it!
You Also Like:
How to unlink the pictures on Blogspot?
Everytime once you transfer an image onto your blog post, image|the image} are going to be automatically coupled 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.
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/AVvXsEhBKZ6p8ldsivEYgT7acTC1frcNWhjh-b7iPgZmJjnSvutX_2m3_qvdIWa6e-fd5sTCB8MKN8kln3vZ7-IRqnZSDsh59Xe6aoLA-LOru_kkLm4lRy0aZb4Rzp9NK06c7SNUTEtOwBVKX3U/s1600/honey.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBKZ6p8ldsivEYgT7acTC1frcNWhjh-b7iPgZmJjnSvutX_2m3_qvdIWa6e-fd5sTCB8MKN8kln3vZ7-IRqnZSDsh59Xe6aoLA-LOru_kkLm4lRy0aZb4Rzp9NK06c7SNUTEtOwBVKX3U/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/AVvXsEhBKZ6p8ldsivEYgT7acTC1frcNWhjh-b7iPgZmJjnSvutX_2m3_qvdIWa6e-fd5sTCB8MKN8kln3vZ7-IRqnZSDsh59Xe6aoLA-LOru_kkLm4lRy0aZb4Rzp9NK06c7SNUTEtOwBVKX3U/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.
That's it!
You Also Like:
0 comments:
Post a Comment