Got lotus notes version 8.5.
I need it to show html img properly.
<a target='_blank' href='http://www.foo.com'alt="external-link"><img class="document-url-image" src="http://foo.com/images/ico_globe.png" /></a>
Any ideas why i got red box instead of image?
Here's another one (with asp.net handler usage):
<a href="http://redbull/WebPAC/lv/book.aspx?id=11">
<img src="http://foo.com/bookthumbnail.axd?id=11" alt="book thumbnail" />
</a>