Page 1 of 1

change background on myspace layout

Posted: Sun Jun 10, 2007 10:26 pm
by kidman
How do I change the background image on my myspace?

Posted: Sun Jun 10, 2007 10:51 pm
by hal_nesbitt
you need to go into your CSS of your page, by clicking "edit profile" and then find the "background-image" tag and replace the path to the image (the part in quotes). For instance, here is an example of the tag:

body{background-image:url("http://www.halnesbitt.com/myspace/ob-background.jpg");

And you want to replace the "http://www.halnesbitt.com/myspace/ob-background.jpg" with the new image, so it will look like:

body{background-image:url("http://www.imagebox.com/yourimage.jpg");

or wherever your image is hosted. Hope this makes sense; let me know if you need any help.