How to Read Textbox Line by Line
- 1). Click the "Start" button and then type "Notepad" into the search box. Click the option for "Notepad" to open the program.
- 2). Click the "File" drop-down and select the option for "Open." Navigate to the location of the HTML file on your system. Select the file and click the "Open" button to load the file in Notepad.
- 3). Go to the HTML Scroll Box web page.
- 4). Copy the code under Basic HTML Scroll Box from the open "div" tag to the closed "div" tag. Paste the code under the "<head>" tag for the HTML file.
- 5). Edit the "height" and "width" attributes in the DIV to change the size of the text box. Depending on the layout of your page you may want a text box that is wider than it is high.
- 6). Replace the text that is in-between the "div" tags with the text that you want to display on your page.
- 7). Click the "File" drop-down and select the option for "Save."
- 8). Open the file in your web browser to view the text box. Click on the "Up" and "Down" arrows to scroll the text in the text box.