image is not displaying in email
Hi,
when I am trying display an image from an URL in the email body in BIP bursting with HTML tags, its not working.
When I am trying the same HTML from browser its working fine.
Is there anything I am missing in the bursting query, please suggest.
Tried below methods, but still same issue.
'<html>'||
'<a href = "www.google.com" >home </a>'|| '<br/>'||
'<img src=' || '"https://www.w3schools.com/images/w3schools_green.jpg"' || '/>'||
concat ('<img src="',concat('https://www.w3schools.com/images/w3schools_green.jpg','">'))