How to display a a href and a img src inside a input box (text box). ex: i want to display this inside a text box ( <input id=link )
<a href="http://www.mysite.com/link" target="_blank"><img src="http://www.mysite.com/img.jpg" border="0" alt="mysite.com"></a>
thanks in advance.
Based on the comments, I would guess that you want an input field that has that HTML code as the default text. You must use character reference codes for quotes and less/greater than signs.
(By the way, you mentioned “like in Photobucket” — you can just look at the site’s HTML to see how they do it.)