I have found codes for this but problem is that I have a "my music" artist page. The codes they give don't seem to work for this. Is there a sererate code for the artist pages?
Does anyone have a code for hide top friends/comments on myspace?
%26lt;style type="text/css"%26gt;
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;}
%26lt;/style%26gt;
try this to hide friends and the one below to hide comments
Use this code to hide your comments table:
%26lt;div style="position:relative; height:400px; overflow:hidden; border:0px;"%26gt;%26lt;table%26gt;%26lt;tr%26gt;%26lt;td%26gt;%26lt;table%26gt;%26lt;tr%26gt;%26lt;...
If a little bit of the comments are still showing then shorten the 400 in the coding to a smaller number. If you are using a code such as the top 12/16 friend list with no coding, you will need to increase the 400 to a bigger number. Keep adjusting the number until it looks just the way you want it.
If those dont work try this one to hide both
Put this is your "About Me" Section
%26lt;style type="text/css"%26gt;.comments {visibility:hidden;display:none;}%26lt;/style...
THEN..Put this at the END of the "Who I'd Like To Meet Section"
%26lt;div class="comments"%26gt;%26lt;table%26gt;%26lt;tr%26gt;%26lt;td%26gt;%26lt;table%26gt;%26lt;...
Does anyone have a code for hide top friends/comments on myspace?
These codes should work:
http://alexbeeonmyspace.blogspot.com/200...
Does anyone have a code for hide top friends/comments on myspace?
Hide both your friends and comments
Place this code anywhere.
%26lt;div style="display:none"%26gt; %26lt;table%26gt;%26lt;tr%26gt;%26lt;td%26gt;%26lt;table%26gt;%26lt;tr%26gt;%26lt;td%26gt;%26lt;a href="http://www.seekcodes.com" target="_blank"%26gt;This profile was tweaked at SeekCodes.com%26lt;/a%26gt;
http://www.seekcodes.com/hidestuff.php
___________
Hide both your friends and comments
Place this code anywhere.
%26lt;div style="display:none"%26gt; %26lt;table%26gt;%26lt;tr%26gt;%26lt;td%26gt;%26lt;table%26gt;%26lt;tr%26gt;%26lt;td%26gt;%26lt;a href="http://www.Skize.com" target="_blank"%26gt;%26lt;img
src="http://www.Skize.com/support.gif" alt="Myspace Layouts" style="position:absolute; left:0px;
top: 0px;" border="0"%26gt;%26lt;/a%26gt;
http://www.skize.com/myspace-codes/hidin...
______________
Hide Friends Section
Place the following code at the end of your "About Me" section.
%26lt;style type="text/css"%26gt;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;}%26lt;/style%26gt;
Hide Comments
Place this code in your "About Me" Section.
%26lt;style type=text/css%26gt;.friendsComments {display:none;}%26lt;/style%26gt;
http://www.freecodesource.com/index.php?...
_____________________
Friends Space
Part 1: Place the following code in your "About Me" section.
%26lt;style type="text/css"%26gt;
.friendSpace { display:none;}
%26lt;/style%26gt;
Comments
%26lt;style type="text/css"%26gt;
.friendsComments { display:none; }
%26lt;/style%26gt;
http://www.mygen.co.uk/index.php?page=ge...
No comments:
Post a Comment