I need a code that hides comments, but won't **** with a top 12/stretch my page.
The usual code does, so I was hoping someone here could help me out.
My url:
www.myspace.com/70456731
I need someone good with html/css for a MySpace code.?
For reliable myspace help sites with codes that actually work visit these sites:
MySpace Codes/Tutorials:
http://www.skem9.com/
http://www.joyboner.com/
http://bbzspace.com/
http://www.abrax.us/bbz/
http://groups.myspace.com/arrielwashere
http://groups.myspace.com/groupcoders
I need someone good with html/css for a MySpace code.?
i can't see your profile since you're a youngin.
but try this script and see if it fixes your problem:
http://www.createblog.com/scripts/script...
I need someone good with html/css for a MySpace code.?
Here you go:
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;
Code will hide all comments and leave a space where the comments were:
%26lt;style type="text/css"%26gt;
table.friendscomments {
visibility: hidden;
}
%26lt;/style%26gt;
There are two versions... if your layout was not built around all your comments being displayed, use version #1...
Otherwise, use version #2 which will leave the space which were being taken up by the comments, but blank...
Hope this helps.
No comments:
Post a Comment