Hello,
You need to access the image directly. If you do it that way, I have a feeling that it may encode the HTML, instead of representing the image.
In addition, this is incorrect, scr = ""\images\Hello.gif""" should be src = ""/images/Hello.gif"""
Hope this helps,
Brian
|