Computers Problems and Solutions

Windows, Internet, Programming

Posts Tagged ‘myspace codes’

Myspace code for Hide Friends Area

Posted by zlatipln on August 19, 2008

Sometimes you may want others not to see your friends list in your Myspace profile.

There is an easy way to Hide Friends Area :

Go to your “About Me” section of Myspace page.

Copy and paste the code below in “About Me” section:

 

<style type=”text/css”>td.text td.text table table table,td.text td.text table br,td.text td.text table .orangetext15,td.text td.text .redlink,td.text td.text span.btext{display:none;}td.text td.text table {background-color:transparent;}td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}td.text td.text table table td {padding:3;}td.text td.text table table br {display:inline;}td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:8pt;}</style>

 

That’s all! Now you will have friends area hidden.

Posted in Internet, myspace | Tagged: , , , | Leave a Comment »

Myspace Hide Extended Network code

Posted by zlatipln on August 19, 2008

In this small tutorial I will show you how to hide extended network box from your Myspace profile.

Just copy the code below and paste at the end of the “About Me” section of your Myspace profile:

<style type=”text/css”>table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
td.text table {position:relative; top:-175px;}
td.text table table {position:static;}
</style>

Posted in Internet, myspace | Tagged: , , , , | Leave a Comment »