How Do You Add Vertical Scroll Bars?
Scroll bars within a web page allow a website to offer lots of content to users without taking up a great deal of space on the web page. Scroll bars are placed automatically by Internet Browsers for web pages that extend the length or width of the user’s screen. But a website can also fit lots of content within a field on a web page and that field can contain its own scroll bars. Open your web page in an HTML editor or text editor like Notepad. Create a field, or box, using HTML code. This field will contain your content and also have a scroll bar. Your field must go within the body tags (
) of your web page. The code should look like this:Customize your box. Enter in numbers after the “width” and “height” references within the code. These numbers will control how wide and long the field is. You can also enter in a different number after “padding.” The padd