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 …
Category Archive: codes
Jul
15
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, …
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 …
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>
Jul
05
Text HTML Codes
How to make text Bold: Code: <b>Your Text Here</b> Result: Your Text Here How to make text Underlined: Code: <u>Your Text Here</u> Result: Your Text Here How to make text in Italics: Code: <i>Your Text Here</i> Result: Your Text Here How to make text red: Code: <font color=”red”>Your Text Here</font> Result: Your Text Here How …
Jul
03
Hex and RGB Codes
Below you will find Hex and RGB color codes. These numbers can be useful when you are designing your website or profile. Hex is on the top and corresponding RGB is on the bottom #000000 0,0,0 #000033 0,0,51 #000066 0,0,102 #000099 0,0,153 #0000cc 0,0,204 #0000ff 0,0,255 #330000 51,0,0 #330033 51,0,51 #330066 51,0,102 #330099 51,0,153 #3300cc …