I want to display an image and web link in the output form. Is there any way to do this?
For example,
in the form template:
Code:
<input type="text" size="50" src="" name="normalanswer2" />
I used this url for scr tag in the form:
http://img397.imageshack.us/img397/7...resmieshd3.jpg
But, displayed the link of the image. I want to display the imege. How can I do this?