Examination of HTML code, for the problem photos, in Post Editor "Edit HTML" mode, reveals odd snippets of code. Here's code from one reported problem.
<a href="https://lh3.googleusercontent.com/-QD2r5DgzQWI/TYx6OGeaORI/AAAAAAAAAbg/1RBV-M9NVoY/s1600/IMG_2598.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="0" r6="true" src="https://lh3.googleusercontent.com/-QD2r5DgzQWI/TYx6OGeaORI/AAAAAAAAAbg/1RBV-M9NVoY/s320/IMG_2598.JPG" width="0" /></a>
The solution to this problem isn't hard to identify.
Remove:
height="0" / width="0"
Leaving
<a href="https://lh3.googleusercontent.com/-QD2r5DgzQWI/TYx6OGeaORI/AAAAAAAAAbg/1RBV-M9NVoY/s1600/IMG_2598.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" r6="true" src="https://lh3.googleusercontent.com/-QD2r5DgzQWI/TYx6OGeaORI/AAAAAAAAAbg/1RBV-M9NVoY/s320/IMG_2598.JPG" /></a>
(Update 2011/03/27 23:00): Blogger Support is aware of the problem, and has fixed the cause of the problem.
>> Top

1 comment:
Thanks for confirming that this problem wasn't mine. I fiddled around for a while then gave up thinking that I had done something wrong.
Post a Comment