<div style="height:150px;width:600px;overflow:scroll;"><pre> This is what is left in the scroll box. when you copy and paste from here. Using Ctrl+c to copy and Ctrl+v to paste. </pre></div>
========================
The data in the box can be used to created the scrolled box with pre-formated text, my favorite "I create myself" mode. The HTML tag "pre" indicates that it is displayed with tabs and spaces intact. "div" specifies a division that has "style". In this case "overflow:scroll" is the key descriptor. I need to make an infinite recursive one someday.
0 comments:
Post a Comment