How can I add a text box to my site like your transcript?
We use a div to display our transcript. (If you know a better way,
tell us.)
Here's the html:
put transcript here
</div>
Here's the html:
<div style="width: 600px; height: 500px; overflow-y: scroll; scrollbar-arrow-color: blue; scrollbar- face-color: #e7e7e7; scrollbar-3dlight-color: #a0a0a0; scrollbar-darkshadow-color: #888888; border: solid 1px #000000; padding: 5px 5px 5px 5px;">
put transcript here
</div>