create a scrolling text box for user which can make easy copy of content
<textarea style="WIDTH: 332px; HEIGHT:
90px" onfocus="this.select();" name="textarea"
cols="14">PUT CONTENT HERE</textarea>
For Example
Set Background
<textarea rows="10" cols="40"
style="background:#ccffff;">PUT CONTENT HERE</textarea>