How can I use a web image through the XML server info?
I tried the following, but it never loads:
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
<image width="512" height="256" color="#FFFFFF" align = "center" webimage = "http://unrealsoftware.de/img/portal_home.png"></image> <image width="512" height="256" color="#FFFFFF" align = "center" webimage = "http://www.unrealsoftware.de/img/portal_home.png"></image> <image width="512" height="256" color="#FFFFFF" align = "center" webimage = "www.unrealsoftware.de/img/portal_home.png"></image> <image width="512" height="256" color="#FFFFFF" align = "center" webimage = "unrealsoftware.de/img/portal_home.png"></image>