Hiding Top 'Add Comment' Link |
Hiding Top 'Add Comment' Link |
Aug 9 2006, 01:09 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Feb 2006 Member No: 378,129 |
I know how to hide the "Add Comment" link at the bottom but I was just wondering if I can remove the one on the top.
![]() I tried to search for something that'll take it off but I haven't found anything...or I just can't find the right keywords! Any suggestions? |
|
|
|
![]() |
Aug 9 2006, 01:14 AM
Post
#2
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 |
Hmm, I guess you can try this:
<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> Mmm, or <style> .redbtext {display: none;} </style> Try both :\ |
|
|
|
Aug 9 2006, 02:21 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Feb 2006 Member No: 378,129 |
It doesn't seem to work for me. Too bad but thank you anyway.
|
|
|
|
Aug 9 2006, 07:56 AM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You need to post your codes because this is the code:
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> Put that in. If it doesn't work post your codes. Its the same as above, but just try again. I put it in myspace . It works. |
|
|
|
![]() ![]() |