myYearbook tutorial
MyYearBook Website Tutorials | Submited Nov 30, 2007
Written by: 
here are some codes that you can use to change the way your myYearbook profile looks :). I hope it's understandable and helpful :)..
Here it is.. I hope you all like it :-)
.j {changes the background of "Latest Activity" "Family" "Playlist" "Locker" "Favorite Sites" "Autographs" etc.. }
div.secthead { background-color: black;color: white; }
.j {makes the images besides "Latest Activity" "Family" etc.. show}
.secthead img { display: inline; }
.j {Changes the border of all the tables}
.tabfrmbrd { border: 5px double black; }
.j {changes the inner background}
#profilecontent { background-color: black; }
.j {changes the outer background}
body { background-color: black; }
.j {Changes "XXXXX's Yearbook" title}
.normaltextlinkbold {color:white;}
.j {"Name" "Gender" "Location" etc}
.normaltext{color:white;}
.j {adds a border under the text "latest activity"}
.sectcontbrd{
border-top:5px double white;
}
.j {changes the text in "Latest Login"}
.pad5{color:white;}
.j {changes "Whats XXXXX up to"}
.normaltextbold{
color: white;}
.j {Changes the text color on the updates.. Under "Latest Activity" and all the tables under that}
.sectbg1{
background-color: black;color:white;}
.j {this affects the background of the tabs "Basic" "Personal" "Contact" "Professional"}
.profiletabactive{color:white;background-color:black;}
.j {changes the text on "Current Mood" "Current Status" etc.. and also the text "Favorite Music" "Favorite Movies" etc..}
.sectbg2 {color:red;background-color:black;}
.j {Changes the color of the text that answers favorite music}
.highlightnewfield{color:red;background-color:transparent;border-bottom:5px double red;}
.j {changes the links on the tables at the right}
.normaltextlink {
font-size: 11px;
color: white;
text-decoration: none;}
a.normaltextlink:hover{
text-decoration: underline;}
.j {removes the bottom links}
#footer{display:none;}
.j {hides the "Gold Stars" "Admirers" etc..}
#divCount td {display:none;}