hide top links & bottom links..., even after they're filtered. |
hide top links & bottom links..., even after they're filtered. |
Feb 23 2006, 09:44 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Jun 2005 Member No: 158,594 |
ok so if you had your top links/bottom links/copyright code hidden & all of a sudden it was showing up again because it was filtered, there's a way to hide them.
CODE To get rid of the top links myspace.com | Home ect... use this code .DanimalCodes {removes top links only} div table form tr td {visibility:hidden!important; height:0px!important;} To get rid of the top links plus the navigational bar use this .DanimalCodez {removes top links and navbar} div table form tr td, a.navbar, font{visibility:hidden!important; height:0px!important;} To hide the bottom links use this .DanimalCodez {hiding the bottom links} table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;} To hide the copyright use this .DanimalCodez {hiding the copyright} table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;} if u have problems shoot a message my way credit goes out to Ðâñimâl got it from this thread |
|
|
|
![]() ![]() |