for the search, my way to preload images! haha

ATTENTION:: These are old tutorials, click on the tutorials link right above this to see the newest tutorials

How to Remove the Myspace Headlines?

written by John

This is one of the questions that a lot of people have seem to be asking, and its pretty simple to do. I would recommend reading over the How to Customize Myspace tutorial becaus the answer is hidden within there. You would just have to read it to really find it. But anyways, heres some of the codes you can use to hide your headlines. All of the codes below would go between your style tags.

To hide ALL the headlines on your page

span {visibilty:hidden !important;}

To hide just the headlines "XXX's Interest", "XXX's Details"

.whitetext12 {display:none;}

To hide "General", "Movies", "Music", "Hereos", etc etc

.lightbluetext8 {display:none;}

To hide "XXX is in your extended network"

.blacktext12 span {display:none;}

To hide "XX's Latest Blog Entry" and "XX has XX Friends"

.btext {display:none;}

To hide "About Me", "Who I'd Like To Meet", "XXX's Friend Space"

.orangetext15 {display:none;}

To hide the date in the comments

.blacktext10 {display:none;}