BackBackNextNext
3.5 Creating a text box
  1. Sometimes you might want to create a text box. To do that
<br><br>
<div style="height:100px;width:150px;overflow:scroll;">
enter your text here
</div>


This is what a text box looks like. You can use it if you want scrolling text. Put your own text where it says "enter your text here"
  1. You can make the box longer or wider by changing the height or width. The sample box is currently 100px high and 100px wide.