Now only if we can implement an auto copy for it like using this snippet of coding, javascript for firefox of course:
<SPAN ID="copytext" STYLE="height:150;width:162;background-color

ink">
<TEXTAREA ID="holdtext" onClick="ClipBoard();">
This text will be copied onto the clipboard when you click
</TEXTAREA>
</SPAN>
SPAN surrounding text. That SPAN is given the ID "copytext". Whatever is within the SPAN commands is what will be copied.
Is this possible Chuck?