How to Add a Picture to a MySpace Page
You can add images to your MySpace profile in the "Photos" section but if you want to show them off on your front page, you'll need to learn a little HTML.
EditSteps
-
1Upload the image to an image hosting site like Photobucket or Flickr.Ad
-
2Get the full URL for the image. 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
-
3Edit your profile and go to the spot where you want to insert the image.
-
4Insert the image with HTML as follows: <img src="INSERT URL HERE" />
-
5Preview the page. 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.Ad
We could really use your help!
Minecraft?

horses?

LCD monitor repair?

cats?

EditVideo
EditTips
- This will also work for inserting an image into a bulletin or comment.
EditWarnings
- It is a common misconception that you can copy images as long as you do not profit from them. This is not true! Always check to make sure that you have permission to post the picture. Failure to do so could put you in court!
Article Info
Featured Article
Categories: Featured Articles | MySpace Guides
In other languages:
Español: añadir una imagen a una página de MySpace, Русский: добавить изображение на страницу MySpace, Português: adicionar uma imagem a uma página do MySpace
Thanks to all authors for creating a page that has been read 34,792 times.
About this wikiHow