Want to add a scroll box to your MySpace?

Use the following code to do just that!

Once  complete it should look like this:

 

My Favorite Colors
  • Blue
  • Orange
  • White
  • Yellow
  • Black
  • Purple
  • Brown
  • Pink
  • Silver
  • Gold
  • Green

HTML Code:

<div style="width:200px;height:150px;overflow:auto; border:1px solid 000000">
       <strong>My Favorite Colors</strong>
       <ul>
               <li>Blue</li>
               <li>Orange</li>
               <li>White</li>
               <li>Yellow</li>
               <li>black</li>
               <li>Purple</li>
               <li>Brown</li>
               <li>Pink</li>
               <li>Silver</li>
               <li>Gold</li>
               <li>Green</li>
        </ul>
</div>
Comments

There are no comments yet for this page

Leave comment
You must be logged in to do this!