Thursday 9 April 2015

Image tag error- no image found

There was an error in img tag when no image source found.
I used this below code to resolve this issue, if you are also facing the same issue, please go a head with this code.
  1. <img src="profileimage.png" onerror="this.src='noimage.png'">
It works fine for me. Try it
For such more blogs Kindly visit to http://findnerd.com/NerdDigest/

No comments:

Post a Comment