Monday

Images open in new windows

Original Uploading
Pictures
Pictures open in new windows

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


copy a below codes :

target="blank"



paste its, as per below:

<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/intechclan.JPG"target="_blank">
<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: