XML Server Info (Web) Images
2 replies



23.11.21 06:35:35 pm
Hello!
How can I use a web image through the XML server info?
I tried the following, but it never loads:
How can I use a web image through the XML server info?
I tried the following, but it never loads:
Code:
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>
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>
Look at me standing, here on my own again
@
Mami Tomoe:
Here is an example.

Here is an example.
Code:
1
<image width="288" height="200" color="#ffffff" align = "center" url = "www.usgn.de" source = "www.unrealsoftware.de/img/portal_home.png"></image>



