2
readers helped!

This helped me

How to Edit Your MySpace Background

There are several ways to edit and customize your MySpace background, just as there are many ways to build a website. With a little insider knowledge, it's easy to customize both standard and artist profiles on Myspace. Use one of the Myspace-approved themes, or try coding your own custom page. You'll end up with a page that is truly your own.

Method 1
Method 1 of 2:

Basic

  1. How.com.vn English: Step 1 Use Myspace's customization tools.
    At the top of your profile, click Customize, then click Look & Feel. You can build your own theme, or select a pre-designed theme from a list.
  2. How.com.vn English: Step 2 Find an editor or generator.
    Go to a search engine and search for "MySpace Theme" or "MySpace Generator." Choose a site you like.
    • Choose your colors, layout, font, and whatever else you want to customize.
    • Preview your choices to make sure they're what you want.
    • Generate the code.
    • Copy and paste the code into the bottom of the "About Me" or "Bio" section of your Myspace profile.
    • Press the "Save All Changes" button to see the changes go into effect (the Preview button will not reflect background customization).
    Advertisement
Method 2
Method 2 of 2:

Advanced

  1. How.com.vn English: Step 1 Code your own profile.
    These steps will show you a basic way to code your own profile. If you want to learn more complicated coding, look into teaching yourself CSS or HTML5.
  2. 2
    Insert the following code, which is essential in order for your custom background to show up. See the Tips for an alternative code.
    Advertisement

<style type="text/css">
table, td {
background-color:transparent;
border:none;
border-width:0;}
</style>

How.com.vn English: Edit Your MySpace Background Step 4
  1. How.com.vn English: Step 1 Customize the background:
    • Change the color of your background by inserting the following code right before the </style> tag. Replace color_code with a 6-character HEX code, but do not insert the # sign. You can find HEX color codes through any search engine.

body{background-color: color_code;}

  1. 1
    • Make a tiled picture as your background by inserting the following code instead (you can find the URL of an image by right-clicking, choosing "Properties" and looking for the "Location"—see Warnings below):
    Advertisement

body{background-image:url("BACKGROUND URL HERE");
background-attachment:fixed;}

  1. 1
    • Make a centered picture as your background by inserting the following code instead:

body{background-image:url("BACKGROUND URL HERE");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center,center;}

  1. 1
      • To change the location of the image on the page, replace the green text by experimenting with combinations of the "top" "center" or "bottom" as the first word and "left" "center" or "right" as the second word, with the two words separated by a comma. For example, replacing the green text with center,right will put your image on the right side of the profile, centered vertically.
      • To use one of your Myspace pictures, go to view that picture and then right click and choose "Properties." There will be a descriptor that says "Location:" followed by a URL. That is the URL where your image is stored and should be used to replace BACKGROUND URL HERE in the code.
  2. Step 2 Press the "Save...
    Press the "Save All Changes" button to see the changes go into effect (the Preview button will not reflect background customization).
    Advertisement


Expert Q&A

Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit

      Advertisement

      Tips

      • Learn CSS in order to modify border thickness, border color, transparency, etc.
      • Changing the background color or adding a background image can interfere with the readability of your text. There are two ways to get around this: alter your font colors, which is beyond the scope of this article, or make the text boxes (interests, about me, blog entries, etc.) maintain a white background. To do the later, use the following code instead:
      • It's also a good idea to erase a previous editor's code if you're using the new code from another editor.
      Show More Tips

      <style type="text/css">
      body, td { background-color: transparent; border: none; border-width: 0px; }
      Insert background color or image code from above, starting with "body..."
      }
      </style>

        Show More Tips
        Advertisement

        Warnings

        • Modifying your "About Me" section, or combining multiple layouts can create a huge mess of your Myspace page. So, before you insert the code generated by the editor, back up what's already there by right clicking, select all, copy, and paste into Notepad and save it. That way, if something goes wrong, you can always put the original code back and start from square one.
        • If the background image that you're using isn't yours, make sure you're not violating any copyrights by using it. Ask for permission.
        Advertisement

        About this article

        How.com.vn is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 61 people, some anonymous, worked to edit and improve it over time. This article has been viewed 639,575 times.
        How helpful is this?
        Co-authors: 61
        Updated: October 31, 2022
        Views: 639,575
        Thanks to all authors for creating a page that has been read 639,575 times.

        Is this article up to date?

        ⚠️ Disclaimer:

        Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
        Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

        Notices:
        • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
        • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
        • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
        • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

        Advertisement