Removing 'View My: Pics | Videos', any suggestions welcome! |
Removing 'View My: Pics | Videos', any suggestions welcome! |
Oct 20 2007, 04:55 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2007 Member No: 565,141 |
I am totally customising a default band/music profile, and I am stripping down the left hand column so nothing is left. So far, I have gotten rid of everything besides:
View My: Pics | Videos Does anyone have any codes or any knowledge of how to nuke this? Forums have been saying to use your contact box to cover it up, but I have removed that, so thats no use. If you want to see the profile [and be warned - its not lookin' pretty!] - then: http://profile.myspace.com/index.cfm?fusea...endID=224726601 Any help is appreciated! Thanks P.S. I have used this code from the scripts section: CODE <style> .profileInfo td td {visibility:hidden;} .profileInfo td td.text {visibility:visible;} .profileInfo td.text a img {visibility:visible;} .profileInfo .ImgOnlineNow {visibility:visible;} </style> but nothing happened |
|
|
|
![]() |
Oct 20 2007, 06:29 PM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Try this instead:
CODE <style>
.profileinfo a, .profileinfo td {visibility:hidden;} .profileinfo a img, .profileinfo td.text {visibility:visible !important;} </style> |
|
|
|
jaysgirl17 Removing 'View My: Pics | Videos' Oct 20 2007, 04:55 PM
jaysgirl17 Thanks, but nah, doesnt work. Got excited then n... Oct 20 2007, 06:33 PM![]() ![]() |