views:

326

answers:

1

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"&gt;&lt;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"&gt; 
    <img src="http://foo.com/bookthumbnail.axd?id=11" alt="book thumbnail" /> 
 </a>
+1  A: 

It's fine. It cached it. Pasted src in notes built-in browser and after reopening sent email it looks fine.

Arnis L.