So you want to keep going, huh? Ok, well, as you've probably found out, if you add too much text to the layout, the images break apart, and it doesnt look so good. Here's a good solution to this problem- adding a scroll bar.

Alright, lets go back to that block of code. To add a scroll bar, write the following: <div style="width: ###px; height: ###px; overflow: auto"> after the <td> tag, and before your content. Make sure you close the span by writing </div> after your content. The code should look something like this:

Open the HTML file up in your web browser. It should look something like this: (Remember, a scroll bar will only pop up if you write more than the text space can hold.