| Myspace Background bottom/center |
Here is the code for placing the Myspace background image in the bottom right of the browser window.
<style type="text/css">
body {
background-color: FFFFF;
background-image:url(http://URL TO IMAGE);
background-position: bottom right;
background-repeat: no-repeat;
}
</style>
|
| |
| Back |