If you're new here, you may want to subscribe to my RSS feed. So that you can read the latest updates about Web2.0 tools, Making Money Online, Tips in SEO, Ajax and many more. Thanks for visiting ProgramimiCOM!

Looking to change your Myspace backrounds? Here is the code for placing the Myspace background image in the center of the browser window. In order to make the image visible the backgrounds of all the tables in the Myspace layout need to be made transparent. This process will be explained in the Myspace layout tutorials.

<style type=”text/css”>
body {
background-color: FFFFF;
background-image:url(http://URL OF IMAGE);
background-position: center;
background-repeat: no-repeat;
}
</style>

One thing to note is I used only the vertical background-position option and let the default horizontal position of center do its own thing.

As you can see this is not an optimal position as the Myspace layout tables content will obscure the top image. In an advanced tutorial I will show you how this position combined with tiling can create interesting Myspace background image effects, like a drop shadow on the Myspace layout table edge.