Top and Bottom Links, I have tried, but it always fails |
Top and Bottom Links, I have tried, but it always fails |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Sep 2006 Member No: 460,810 ![]() |
I have tried countless times to remove the top and bottom links on my profile, but it always fails. I have searched this site, and google, hoping for some kind of code that lets me, but the codes are always the same, and It just bugs me. Any help?
Thanks ![]() |
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
This removes the top links:
<style type=text/css> div table td font {display: none;} </style> This removes the bottom links & copyright: <style type=text/css> table tr td div div { visibility:hidden; display:none; border:0px!important; background-color:transparent; } table tr td div font {display: none;} </style> Insert both into either About Me or Who I'd Like To Meet. |
|
|
![]() ![]() |