WORKING scripts? |
![]() ![]() |
WORKING scripts? |
Jul 21 2007, 07:56 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 111 Joined: Jun 2006 Member No: 424,674 |
Does anyone know of WORKING scripts that I can use to hide both the top and bottom navigational links, my ''blurps,'' ''details,'' "latest blog entry,'' titles such as 'music,' 'television,' etc., and and the "_______ Friends Space?''
Any help would be greatly appreciated! |
|
|
|
Jul 21 2007, 09:11 PM
Post
#2
|
|
![]() awestinnn ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 624 Joined: Aug 2006 Member No: 460,069 |
hmm.
the ones you tried in the scripts section didnt work? |
|
|
|
Jul 21 2007, 10:08 PM
Post
#3
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
Here Are Some Code That Might Help You. If You Want You Can Put Them Together.
Hide Top Navigation Bar CODE <style type="text/css"> {Hide Top Navigation Bar} .navigationBar {display:none;} </style> Hide Footer CODE <style type="text/css"> { Hide The Footer } a.text, table div font a, table div div {display:none;} table table div font a, table table div div {display:none;} img {border:0px;} table tr td div font {display: none;} </style> Hide Blurbs CODE <style type="text/css"> { Hide Blurbs} .blurbs {display:none;} </style> Hide Latest Blog Entry CODE <style type="text/css"> { Hide The Latest Blog Entry } .latestBlogEntry {display:none;} </style> Hide Top Friends CODE <style type="text/css"> { Hide The Friends Space} .friendspace {display:none;} </style> Hide Details CODE <style type="text/css"> { Hide The Details } .interestsAndDetails {display:none;} .userProfileDetail {display:none;} </style> Hide Your Url CODE <style type="text/css"> { Hide The URL BOX } .userprofileurl {display:none;} </style> Hide Your School CODE <style type="text/css"> { Hide The School And Collage} .userProfileSchool {display:none;} </style> Hide Contact Table CODE <style type="text/css"> { Hide The Contact Table } .contactTable {display:none;} </style> Hide Your Picture Box CODE <style type="text/css"> { Hide The Picture Box } .profileInfo {display:none;} </style> Hide Friends Comments CODE <style type="text/css"> { Hide Comments } .friendsComments {display:none;} </style> Hide Extended Network CODE <style type="text/css"> { Hide Extended Network } .extendedNetwork{display:none;} </style> Hide Entire Header CODE <style type="text/css"> { Hide The Entire Top Header } div{display:none;} </style> For More Info Contact Me... |
|
|
|
![]() ![]() |