Thanks cuz I haven't been able to find a good code anywhere.
Is there a way on myspace to hide my comments and hide the view all link as well???
Go to www.createblog.com and click on scripts. Myspace scripts, there are bunch of ways to hide comments and the links.
Is there a way on myspace to hide my comments and hide the view all link as well???
to hid your comments put down
About me:%26lt;style type="text/css"%26gt;.comments {display:none;}%26lt;/style%26gt;
I'd like to meet: %26lt;div class="comments"%26gt;%26lt;/div%26gt;
I don't know about link though, because I only use div layouts.
Is there a way on myspace to hide my comments and hide the view all link as well???
this is the place- pimpwebpage.com
this is the code for comments
(put in the end of the about me section)
%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;...
this is for the links
put in about me section
%26lt;style type="text/css"%26gt;td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}
td.text td.text td a {visibility:hidden;}%26lt;/style%26gt;
Is there a way on myspace to hide my comments and hide the view all link as well???
Paste this in the About Me section or any section you can update:
Code will hide all comments and will not leave an empty space:
%26lt;style type="text/css"%26gt;
table.friendscomments {
display: none;
}
%26lt;/style%26gt;
No comments:
Post a Comment