Question:

How do I get a picture in the background of my myspace profile??

by  |  earlier

0 LIKES UnLike

Okay, for some reason I can't for the life of me figure out how to do this.

I just want the background of my profile to have a picture.

Like, if you have no layout at all, where the gray space is..is where I want a picture.

 Tags:

   Report

3 ANSWERS


  1. <style>body {background-image:url("PICTURE URL HERE!!!!!");

    background-attachment:fixed;

    background-repeat:repeat;

    background-position: top left;}</style>


  2. u have to get it from photobucket cause it has a code on it,

    go edit profile

    then go to the top RIGHT hand corner

    you will se PROFILE EDITOR

    then from there its simple-copy and paste the code in picture!

    hope it helps

  3. You need to host the image you want at Photobucket or Tinypic first, copy the DIRECT LINK they give you, and put it into this code.

    <style>

    body {background-image:url(DIRECT LINK HERE);}

    </style>

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.