Category Archive: myspace 1.0

Jul
15

Hide Comments

To hide your friend comments from your profile use the code below. Right click to copy the code. Go to any section in your edit profile area and right click to paste. <style>.friendsComments {display:none;}</style> TIP: If you want to make a link where a friend can click a link to leave you a comment on …

Continue reading »

Jul
15

Hide Friends

To hide your friends from showing on your profile, select from a code below. Right click to copy the code. Go to any section in your edit profile area and right click to paste. This code will hide the top friends, friend count, and the link to see all friends. <style>td.text td.text table table table, …

Continue reading »

Jul
15

Hide View Pics

To hide the “view my” links on your profile use the code below. It will hide “view my pics” and “view my videos”. Right click to copy the code. Go to any section in your edit profile area and right click to paste. <style>table.profileInfo {background-color:transparent;} table.profileInfo td td {letter-spacing:-100px; font-size:0px;} table.profileInfo td td.text, table.profileInfo td …

Continue reading »

Jul
15

Hide Headings

To hide the headings on your profile use the code below.  It will hide “about me”, “who I’d like to meet”, “interests” etc… Right click to copy the code.  Go to any section in your edit profile area and right click to paste. <style>.whitetext12{visibility:hidden; display:none;}.orangetext15{visibility:hidden; display:none;}.lightbluetext8{visibility:hidden; display:none;}</style>