Adding a tiled background image to MySpace
1. Open a text editor (like Notepad for example) and copy the following text into it:
<style type=”text/css”>
body {
background-image: url([insert image url]);
}
</style>
2. Replace “[insert image url]” with the address of the image you want to have on the background of your MySpace page
3. Log into MySpace, click on ‘Profile’ and then on ‘Edit Profile’. Click on the ‘About Me’ box and cut and paste the new text into that box and hit ‘Save Changes’.
Here are samples of some background images i’ve created (you can use them for free, just be sure to mention my blog on your page.
Tip:To use one of the images above as a background, click on the image and then click on the ‘All Sizes’ button on top on the new window, and download the image. You can then upload it to your flickr account, and go to your uploaded image, click on the all sizes button and under option 2(‘Grab the image’s URL’) just copy and paste that address in place of “[insert image url]” in the code above.




