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.
Step-by-Step Guide
-
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. -
Step 2: Get the full URL for the image.
-
Step 3: Edit your profile and go to the spot where you want to insert the image.
-
Step 4: Insert the image with HTML as follows: <img src="INSERT URL HERE" />
-
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
Gloria Martinez
Creates helpful guides on home improvement to inspire and educate readers.
Rate This Guide
How helpful was this guide? Click to rate: