26 Aug
Posted by ProCOM
on August 26, 2007 – 6:13 pm - 555 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!
Here is the code for placing the Myspace background image in the bottom center of the browser window.
<style type=”text/css”>
body {
background-color: FFFFF;
background-image:url(http://URL TO IMAGE);
background-position: bottom;
background-repeat: no-repeat;
}
</style>
One thing to note with bottom positioned images is if the browser window is small, or if you have a lot of content and the Myspace layout tables stretch down a long way, the image will not be initially visible.
Print This Post
Email This Post
One Response
Adding a Myspace Background Image, Bottom Center of Myspace Html Codes Blog
August 26th, 2007 at 8:55 pm
1[…] post by ProCOM for Myspace News Adding a Myspace Background Image, Bottom […]
Comments RSS
TrackBack Identifier URI
You must be logged in to post a comment.