How to Add a Picture to a MySpace Page

Upload the image to an image hosting site like Photobucket or Flickr., Get the full URL for the image., Edit your profile and go to the spot where you want to insert the image. , Insert the image with HTML as follows: , Preview the page.

5 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: Upload the image to an image hosting site like Photobucket or Flickr.

    Right click (or control click on a Mac) on the image and select "Copy Image Location." Paste it onto a word processing document.

    The complete URL should look something like this: http://www.domain.com/category/picture.jpg ,,, If the image is too big, you can adjust the size: <img src="INSERT URL HERE" width=200 /> Change the number until the image is a good size.

    You can also adjust the height in addition to the width, but sometimes that can distort the image: <img src="INSERT URL HERE" width=250 height=200 /> See more HTML tips in the video below.
  2. Step 2: Get the full URL for the image.

  3. Step 3: Edit your profile and go to the spot where you want to insert the image.

  4. Step 4: Insert the image with HTML as follows: <img src="INSERT URL HERE" />

  5. Step 5: Preview the page.

Detailed Guide

Right click (or control click on a Mac) on the image and select "Copy Image Location." Paste it onto a word processing document.

The complete URL should look something like this: http://www.domain.com/category/picture.jpg ,,, If the image is too big, you can adjust the size: <img src="INSERT URL HERE" width=200 /> Change the number until the image is a good size.

You can also adjust the height in addition to the width, but sometimes that can distort the image: <img src="INSERT URL HERE" width=250 height=200 /> See more HTML tips in the video below.

About the Author

G

Gloria Martinez

Creates helpful guides on home improvement to inspire and educate readers.

105 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: