I am trying to use an embedded image in HTML loaded in the WebBrowser control, this is valid HTML, but does not work on phone:
<img src=”data:image/jpeg;base64,/9j/4TSdRXhpZgAAS… />
The support of data URI for embedded images was first implemented in IE8. The current browser of phone forked in earlier IE (7+) so this is not supported.