How to Put a Picture in a Scroll Box on MySpace

How to Put a Picture in a Scroll Box on MySpace thumbnail
How to Put a Picture in a Scroll Box on MySpace

MySpace is great social network system that allows its users to store photos, chat and browse its user database! Unfortunately, for many people without a great deal of tech knowledge, navigating the site has been a real challange. Well, not any longer! Read on to learn how to add an image within a scroll box to your MySpace page! You can even use the same code to add text into a scroll box.

Things You'll Need

  • Your very own MySpace profile
Show More

Instructions

    • 1

      Open a Web broaser to the MySpace Web page. Once logged in to your MySpace account, click the edit profile link on the page. You will be prompted to edit the following categories: "About me," "Interests," or "Music".

    • 2

      Find the box where you would like to add a scrollbox. Type the following code to add an image and scrollbox:
      <div style="overflow:auto; height:200px; width:300px"><img src="image.jpg" /></div>

    • 3

      Specify the width and height. In the above example, I used a height of 200 and a width of 300. However, you do not have to use the width and height provided.

    • 4

      To add text, such as a music list, use the following code: <div style="overflow:auto; height:200px; width:300px">Band Name<br>Another Band Name<br>Musician Name</div>

    • 5

      Put a line break between the artist and/or band name. You can also use an unordered list. However, this will create a bullet before each listed item. The code for unordered lists is: <ul><li>Band Name</li><li>Another Band Name</li></ul>

Tips & Warnings

  • If you do not specify a height and width for your div, the div that contains the image will match the size of the MySpace section where it is located in. You will be allowed to use scrollbars.

Related Searches:
  • Photo Credit Photo courtesy of Expert Village

Comments

You May Also Like

Related Ads

Featured