Change MySpace Background

From OpenTutorial
Revision as of 23:45, 17 March 2006 by Hapa (talk | contribs) (Optional Background Image settings)
Jump to navigation Jump to search

How to Change the Background of your MySpace Page

MySpace editing is mainly done through Cascading Style Sheets (CSS)

Changing the Color

To change the background to any color you have to use the following code in your profile:

<style>
    body{
        background-color: "Color";
    }
 </style>

Where "Color" is any standard html RGB value

Changing the Background Image

To change the background to an image is similar, just use the following code:

<style>
    body{
        background-image:url("URL");
    }
</style>

Where "URL" is the location if the image to be used. kj sdfl; lkj dfs;lkj lsdfj lkfds

sdfksdf sdf dfsk sdf

Glossary

CSS[1]
HTML[2]
MySpace[3]
RGB[4]
URL[5]