Question:

Change the color of the myspace sides?

by  |  earlier

0 LIKES UnLike

I want to change just the sides of my myspace to another solid color. I am unsure of exactly what to search for, but its just like the either side that is just grey normally, I have seen people who have it blue or black or pink, can someone either link me a code or a site that has a code I could use for this? thanks so much.

 Tags:

   Report

3 ANSWERS


  1. <style>

    body {background-color: lightblue !important;}

    </style>

    Be sure to remove any other backgrounds you have on the body element, including images, or this will not work.  You also need to be sure you assign the main table another color or image, so that the entire page isn't one color - just the sides.

    <style>

    table, td, tr {background-color: gold;}

    </style>


  2. http://abrax.us/bbz/MyspaceBackgroundSty...

    i hope this is what you mean

  3. <style>

    body { background-color:PLACE COLOR NUMBER HERE!!; }

    </style>

    (***if you need a color number go to www.freecodesource.com and click codes on the left menu bar, scroll down and click color code charts (located under the Miscellaneous Myspace Stuff and Resources tab)***)

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.