IMG HTML Code in a scroll box without the image?

Mrs. Ashley♥

New member
I need to have a scroll box with the <img src=""> code in it....without the image appearing.
Its so people can click and copy and paste it to promote my website.

Thanks if you can help! =]

remember a scroll box, with just the <img"fhewjfgwejkfgwk"> text, that WILL NOT show the picture. So my member can click and copy.
 
use a textarea box

<textarea> html image codes </textarea>

*edit*

if you want to change the width, etc add style

example

<textarea style="width: 400px; height: 50px; border: 2px solid pink"> html image code </textarea>
 
Back
Top