Searching...
Wednesday 10 April 2013

How To Remove Link on Photos Uploaded to Blogger

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.

How To Remove Link on Photos Uploaded to Blogger

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="http://2.bp.blogspot.com/-XyMCPMQbDo0/UWT695R33uI/AAAAAAAADGs/3WGzIGKdcTg/s1600/honey.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="http://2.bp.blogspot.com/-XyMCPMQbDo0/UWT695R33uI/AAAAAAAADGs/3WGzIGKdcTg/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="http://2.bp.blogspot.com/-XyMCPMQbDo0/UWT695R33uI/AAAAAAAADGs/3WGzIGKdcTg/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: Mouseover Button Generator

0 comments:

Post a Comment