MYSPACE QUESTION
How do I change the table background colors of my myspace tables in Myspace 1.0? How do I get rid of the table background color in 1.0?
MYSPACE ANSWER
If you want to change the background color of your myspace tables (the boxes that hold your info in two columns on your myspace profile) in Myspace 1.0 just look into the following code and adjust the background-color number in the "table table table" section.
Here is an example of one of our layout codes below:
Look through the layout code until you see where the section is that starts with "table table table" (about 5 paragraphs down inside the code). In this code above it says background-color right underneath table table table. Right now the background color number is set to black. The color number for black is 000000. You can change this to any color number you want or to make it easier you can just write background-color: black or background-color: pink but if you choose to write pink instead of using a color number you can only get one generic color of pink.
Here is the table table table section separated from the code to show you specifically what to change:
Change the color number next to background-color: 000000; to choose a different color. Here are some common colors: 000000 is black and ffffff is white. You can also write black, white, pink, green, red, yellow, blue, teal, hotpink, etc. In this case it would look like background-color: black; You can play around until you find a color that works.
In Myspace 1.0 don't use number signs # in front of the color numbers or the color won't work. Myspace 1.0 doesn't recognize the number sign with those.
To remove the background colors completely so you can see your background through the tables just leave the background color blank. The code would look like this (if there is a table top image and no background color):
Notice there is no background color in the above code right after the word background. background: ; is all you need to replace the color with nothing.
For a wider range of color options we will be adding a color picker to this section so you can choose more specific colors.
To change the table background colors in Myspace 2.0 go to www.profilerehab.com/help/change_20_table_bg_colors
While you are here, check out some of our myspace layouts. Don't forget to Like Us on facebook and follow us on Twitter!
MYSPACE RELATED TOPICS