(This is in the wrong subforum, just so you know)
I haven't played SM63 in a while, but if I remember correctly, you have to use HTML image tags to put it in. I'm not completely sure, but you could try using
- Code: Select all
<img></img>
with the URL of the image in between the tags, or alternatively (i.e. if that doesn't work), try using
- Code: Select all
<img src="">
with the image URL between the quotes. If it doesn't work on its own, add </img> to the end. I've done it before and know it's not exactly the same as the standard HTML syntax, but I can't remember exactly what it is. Try those methods, and if they don't work, I'm sure someone else will be able to tell you the proper way.