hiding view more/general |
hiding view more/general |
Apr 19 2006, 03:50 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Dec 2005 Member No: 327,477 |
how do I get rid of these..
example: ![]() oh and the one on the bottom of my comments.. example: ![]() without any gaps/spaces inbetween |
|
|
|
![]() |
Apr 19 2006, 12:48 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 89 Joined: Dec 2005 Member No: 338,865 |
to hide general information :
CODE <style type="text/css"> table td.text {visibility:hidden;} td.text td, td.text span, td.text a {visibility:visible;} </style> to hide the add comment link: CODE <style>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;}</style> to hide view more pictures: CODE <STYLE type="text/css"> body table tbody tr td table tbody tr td a {visibility:hidden;} td.text a, body div table tr td table tr td font a, body table tbody tr td table tbody tr td img{visibility:visible;} </STYLE> to hide ur myspace url : CODE <style>
/* Anyways, some new interesting original CSS */ body table tbody table tbody table tbody table table div strong{display: none;} body table tbody table tbody table tbody table td div {visibility: hidden} body table tbody table tbody table tbody table td, body table tbody table tbody table tbody td {background: transparent;} /*contact table compensation*/ .contactTable {background: rgb(102, 153, 204); position: relative; top: 30px;} .contactTable table {background: rgb(255, 255, 255);} </style> |
|
|
|
pickee hiding view more/general Apr 19 2006, 03:50 AM
pickee hide view more picture, url, and general isn't... Apr 20 2006, 03:37 AM![]() ![]() |