Here are two routes you can do this.
The Steps
1. Choose your favorite. To do this, search for keywords myspace editor.
2. Choose colors, layout, and font style and so on.
3. Preview your selections to make sure you are on track.
4. Create the code.
5. Copy the code you just generated into the appropriate section of your MySpace.
Advanced Steps
Go to edit "About Me" page in your MySpace profile.
The code below is critical for custom background to show up.
table, td {
background-color:transparent;
border:none;
border-width:0;}
1. The following code needs to be inserted just ahead of tag (substitute color_code with a color a color of your choice. Note that the code must be in hexadecimal format.)
So here {it is|is the piece of code}:
body
{background-color: color_code;}
2. Making a picture background is easy. Insert this code instead of the above one:
body{background-image:url("BACKGROUND URL HERE");
background-attachment:fixed;} *but this tiles up your myspace.
Tips
* Following the instructions by the editor important to get the desired results.
* Take care with HTML editors; for each of them has different options. Don't use different editors unless you are confident of editing HTML and CSS. Any HTML editor worth its salt can do this, for you, in the background.
An Advice
* Don't forget to back up your code before modifying your ‘about me', this will be handy to start afresh just in case you made a mess of it. Erase the previous editor's code while inserting it if you have to use new code from another editor.
Take a suspicious look at the automatically inserted back links to the editors' site that can cover a good part of your profile. Don't let those MySpace Layout codes obstruct your profile.
No comments:
Post a Comment