girlggc
09-02-2005, 04:31 PM
How do I change the background color on my profile page at myspace?
|
View Full Version : Background color for profile page girlggc 09-02-2005, 04:31 PM How do I change the background color on my profile page at myspace? Arabiankidd 09-02-2005, 07:04 PM How do I color my background color on myspace well here is the code you will have to insert this code either in the About Me section or Who i'd like to meet section <style type="text/css"> /* BODY will color the edges of your profile with the hex being 000000 your color will be black */ body { background-color: 000000 } /* TABLE, TD will color your centered page with the hex being 000000 your color will be black */ table, td { background-color: 000000 } </style> If you want to change it to any color I recommend that you use the hex color codes you can find many of these on google type in hex color codes the symbols with /* are comments for you to understand what the code does girlggc 09-03-2005, 08:30 PM Thank you so much! |