ID:168670
 
How, in a browser, do I get a picture to show up if not with this?
<img src=\"mypicturehere.bmp\">
If you were to link the picture hosted from a webpage, then that would work. But if the picture were to be in your DM environment, you would have to send them the picture first.

As said in the DM Reference:

usr << browse('monster.png',"display=0")
usr << browse("<img src=monster.png>A scary monster appears from the mist!")


http://www.byond.com/docs/ref/info.html#/proc/browse

~~> Dragon Lord

In response to Unknown Person
True that, but it should at least show up on my machine while I am using it shouldnt it?
In response to Unknown Person
How do I set the picture of my choice as a background image for a given browser window?