String mailBody = "<div style='margin-left:10px;'>"
+"<div style='font-weight: bold; font-size: 19px; padding-top: 8px;'>Anindya</div>"
+"<div style='font-size: 17px;'>Senior Salesforce with Oracle Developer</div>"
+"<div style='margin-top:5px;padding-bottom: 4px; font-size: 12px;'><img src="+resourceRequest.getContextPath()+"/images/icon/Mobile-phone.png\" height='16' width='16'></img>9830093200</div>"
+"<div style='padding-bottom: 4px; font-size: 12px;'><img src='../images/icon/location-icon.png' height='16' width='16'></img>Kolkata</div>"
+"<div style='display:inline-block;padding-bottom: 4px; font-size: 12px;'><img src='../images/icon/email-icon.png' height='16' width='16' style='float:left;margin-right:2px;'></img><div style='float:left;'>anindyamallik@gmail.com</div></div>"
+"</div>";
I want to show this string in a pop up, but while showing to pop up the
images are not available. How to resolve that?
Can anyone help me please??