how to |
how to |
Nov 16 2005, 08:48 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Nov 2005 Member No: 292,479 |
How do you disable just the "add comment" link at the bottom of the page?
Also how can I hide the "myspace url"? This was previously answered but the code also hid my music section. |
|
|
|
![]() |
Nov 16 2005, 08:54 PM
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 21 Joined: Nov 2005 Member No: 295,513 |
To Fie the Myspace URL
QUOTE <style type="text/css"> /* 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> I think this is it If it doesn't work just PM Me QUOTE <style type="text/css"> 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> Place the codes anywhere ^_^ |
|
|
|
Nov 16 2005, 08:56 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 128 Joined: Sep 2005 Member No: 239,085 |
To remove add comment link, put the following between your style tags:
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;} Hide myspace URL |
|
|
|
![]() ![]() |