I need to be able to display images in a dynamic text field using HTML. I have MX2004, and it's supposed to be possible.
Here is basically the code I am currently trying to use:
Unfortunately that doesn't display the image at all. I've double and triple checked to make sure that URL is right also, and it is. Is there something that I'm missing?PHP Code:myText_txt.html=true;
myText_txt.htmlText = "<img src='../external/mindbutton.jpg' id='link01' width='88' height='31'>";




Reply With Quote