Dim HTML As String
HTML=$"
<HTML>
<BODY>
<img src=${xui.FileUri(File.Dirassets, "logo.png")} align="LEFT" width="100">Use the Home Icon To Return To the Account Summary. Use the Home Icon To Return To the Account Summary.
</BODY>
</HTML>
"$
WebView1.Enabled=True
WebView1.Visible=True
'WebView1.Invalidate * No need -> post #6
WebView1.LoadHtml(HTML)