Site hosted by Angelfire.com: Build your free website today!
Samantha Coaker's HTML Tutorials

Back | Contact

Samantha's HTML Help How to Create a Table with a Scroll Bar.

Have you ever noticed that you have to scroll down on this site to read all the information? Did you also notice that I'm not using Frames? I'm actually using a Table with a <div> element. Below is an example, which contains the code. Anything in bold you can change to your own preference, so if you don't want a border, set it to 0 and it will all look seamless!

You will need to scroll down in the box to see the complete code.


<table border="1" bordercolor="Enter Hex Code"><tr><td valign="top">

<div style="border: 2px Enter Hex Code; overflow: auto; width:200; height:100;">

Enter Text Here.

</div></td></tr></table>

Tutorials © Samantha Coaker