How to Hide Comments While Keeping a Link
- 1). Go to Myspace.com and log in with your account name and password.
- 2). Place your cursor over the "Profile" button in the navigation menu. Click "Customize Profile."
- 3). Click "CSS" in the Appearance tab.
- 4). Copy the following code exactly.
div.commentsModule div.moduleBody ul.moduleList {display:none;} div.commentsModule div.moduleBody div.toolbar ul.links li {visibility:hidden;} div.commentsModule div.moduleBody div.toolbar ul.links li.last {visibility:visible;} - 5). Paste the code into the CSS text box and click the orange "Publish" button on the top right of the screen.
Source...