like when it shows
view comment/add comment
i dont want that to dissapear with the comments when they get deleted?
and I dont want my friends to get deleted also?
On myspace how do i hide my comments and keep the add comment link and view comments?
The following code will hide all your comments, but keep the text displaying how many comments you have and the Add Comment link.
Paste into your About Me section:
%26lt;style type="text/css"%26gt;
table.friendscomments table table {
display: none;
}
%26lt;/style%26gt;
On myspace how do i hide my comments and keep the add comment link and view comments?
well ok there is one code that makes the comments disappear...
but Doesnt necesarily leave the add comment link on there...
so what you can do is make a comment boxx....
like i did...
example at bottom of page...
myspace.com/1800yousuck
Im sorry but at the time I dont recall the site where I got the code from...
but a quick search puts em out...
if you really want to get into it you can email me
watchxthexflames@yahoo.com
On myspace how do i hide my comments and keep the add comment link and view comments?
Use the below code to hide your comments in your myspace profile. Copy-paste the code at the bottom of your 'I'd like to meet' 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;... href="" target="_blank"%26gt;%26lt;/a%26gt;
On myspace how do i hide my comments and keep the add comment link and view comments?
You an use this code %26lt;style%26gt;
.btext, .redlink{display:none;visibility:hidden;...
td td td td table {display:none;}
%26lt;/style%26gt; . It will help you to hide your coments but keep the View All/Edit + Add Comments links. Hope that helps but it may sometimes affect some embded items you have in your page. You can also have an option of making a comment box for your page.
On myspace how do i hide my comments and keep the add comment link and view comments?
Hide comments but keep top friends %26amp; "add comment" links
%26lt;style%26gt;
.FriendsComments table table {display:none;}
.friendsComments td {height:0px;}
.FriendsComments td {background-color:transparent;...
.FriendsComments td td b a {display:inline;}
%26lt;/style%26gt;
No comments:
Post a Comment