26 Aug
Posted by ProCOM
on August 26, 2007 – 6:15 pm - 410 views
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 right center of the browser window.
<style type=”text/css”>
body {
background-color: FFFFF;
background-image:url(http://URL TO IMAGE);
background-position: right;
background-repeat: no-repeat;
}
</style>
Remember that without special code the contents in the Myspace layout tables will cover the Myspace background image on the right when the browser window is made smaller.
Print This Post
Email This Post
Comments RSS
TrackBack Identifier URI
You must be logged in to post a comment.