I'm trying to display an embed code for people to copy and paste so they can display my images elsewhere. The problem is for some reason I can not get it to hyperlink the image back to my site.
This is what I have that works but I would really like the image to be hyperlinked back to my forum
Code:
<div align="right"><strong>Embed Code:</strong> </div>
</div></td>
<td class="alt2"><div align="center"><span class="smallfont normal">
<input name="textfield" class="bginput" type="text" id="textfield" onClick="SelectAll('textfield');" value="<img src='http://www.documentingreality.com/forum/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]'/>" size="25" READONLY>
</span></div>