I am implementing a captcha for a email. when click on linkEmail
button email modal will open.
there i have to set captcha image generated by a handler (Captcha
If you specify any inline style attribute, Height or Width like,
then first remove it and try again.
Even if you externally specify style using style tag,
#imageId{
height : 100px;
width : 100px;
}
then also first remove it and try. After you remove the style attribute from the images, it will display image.
Height attribute is may work with IE but width attribute not working.
If the above solution doesn't work, then : Sometime PNG files are not displaying as well. So try to use their JPG image.