When you insert an image into a blogger post it shows up as a link. I know you can just edit the html and get rid of it but I dont want to do this for every image since I am posting at least once a day.
Is there a way to get rid image links in css? Then I could say for the post body section get rid of all image links.
Otherwise is there any other way that makes getting rid of the link faster?
There is no way to do it with CSS. You could do it with script, but then everyone that viewed you blog would have to execute the script, all because you don’t want to edit the HTML 😉
Are you using the new interface in Blogger? In the new version, blogger only seems to wrap images in a link if you position the image by dragging it. If you position it using align left or right (in the toolbar) the image is not wrapped in a link.
Really, I see no issue with manually removing the links in the HTML view. Are you really posting that many images that it takes too long to do this?!