All your CSS code goes into the About Me: section
ABOVE anything you type there. For an example here is the code I am currently working on for my profile:
CODE
<style type="text/css">
table, table, td {
background-color:CCCCCC;}
table, td {
background-color:444444;
border:solid;
border-width:1;
border-color:6E0000;
color:FFFFFF;}
p, span, li, strong, div{color:FFFFFF;}
body {
background-color:333333;}
.btext {color:B90000;}
.blacktext12 {color:444444;}
.lightbluetext8 {color:FFFFFF;}
.nametext {color:B90000;}
.orangetext15 {color:B90000;}
.redbtext {color:FFFFFF;}
.text {color:FFFFFF;}
.whitetext12 {color:B90000;}
a:link {color:0033FF;}
a:visited {color:353fff;}
</style>
This changes the background to a dark grey with dark red borders around all the tables. The main portion of the text is white with some of the headings bright red. The colors of links are changed to a brighter blue than the default to make them show up better. For more help go to the Myspace Forum titled Myspace -> Customizing.
I forgot to add that although all your CSS goes in the About Me: section you can still use HTML tags to change individual elements in the other sections of your profile. For instance <B>
bold</B> to make it bold, <I>
italic</I>, etc.
Comment/Reply (w/o sign-up)