What is the code that turns the big white space on myspace a different color?


I found a code but when I put it in my letters also turn the same color so you can’t even see it. Then when I try to change the color of my letters is doesn’t work.

I need the code to change the big white part on myspace that include the about me section; who i’d like to meet section; interests; etc.

Help ?

One Response to “What is the code that turns the big white space on myspace a different color?”

  • Lancer4848:

    <style type="text/css">
    body {
    background-color: a3014d;
    }
    </style>

    replace the a3014d; with your own color hex.
    heres a wheel:
    http://www.ficml.org/jemimap/style/color/wheel.html

    dont forget the semi colon!

    if that doesnt work, try this one:

    <style>
    table, td, tr
    table table table * {background-color: white !important;}
    </style>

    replace white with color you want.

Leave a Reply