Tuesday

Pictures open in new URL

Original Uploading
Pictures
Pictures open in new windows
Pictures open in new url

Here is the trick when you upload year image you would see has part of code that would look something like below :

<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/intechclan.jpg"><img style="cursor: pointer;" src="http://4.bp.blogspot.com/intechclan.JPG" alt="" id="BLOGGER_PHOTO_ID_5165934739229656114" border="0" /></a>
<div style="text-align: center;">Original Uploading
pictures


changes the codes, as per below:

<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="URL Address">
<img style="cursor: pointer;" src="http://4.bp.blogspot.com/intechclan.JPG" alt="" id="BLOGGER_PHOTO_ID_5165934739229656114" border="0" /></a>
<div style="text-align: center;">Original Uploading
pictures

No comments: