Remove friend's & comment's text & links..., for a myspace band profile? |
![]() ![]() |
Remove friend's & comment's text & links..., for a myspace band profile? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jan 2009 Member No: 707,755 ![]() |
Does anyone know if this is achievable in a myspace band profile?
Found a solution for removing the view all friends links via views-under-construction.blogspot.com , have had no luck finding a solution for the others. Any help would be greatly appreciated. |
|
|
![]()
Post
#2
|
|
![]() simple and clean... ![]() ![]() ![]() ![]() Group: Official Designer Posts: 149 Joined: Nov 2006 Member No: 478,009 ![]() |
First it depends on if it's profile 1.0 or profile 2.0. Which one you use for the profile?
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jan 2009 Member No: 707,755 ![]() |
First it depends on if it's profile 1.0 or profile 2.0. Which one you use for the profile? It does? I thought that personal myspace profiles only had to worry about 1.0 or 2.0 compliance. Pretty sure band profiles are a whole other beast. The following code gets rid of what is left of the friend space text: CODE <style> table.friendspace .orangetext15 {font-size:0px;} table.friendspace .btext {font-size:0px;} table.friendspace span.redbtext {font-size:0px;} </style> Assuming that this technique could also be applied to the comments table.
Reason for edit: Posts merged. Please don't double post; the "edit" button is there for a reason. ;) -Nat
|
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
^Band profiles are sort of the same with 1.0 profiles, but you're right. Music pages are somewhat different since it doesn't use as much classes 1.0 pages use. Anyway, this code should be what you're looking for:
CODE <style> table.friendspace .orangetext15, table.friendspace span.redbtext, table.friendspace .btext, table.friendspace .redlink {font-size:0px;} table.friendscomments .orangetext15, table.friendscomments b, table.friendscomments b a, table.friendscomments .redtext {font-size:0px;} </style> See if that does it. |
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jan 2009 Member No: 707,755 ![]() |
Thank you Mike
|
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 ![]() |
Topic Closed & Moved
|
|
|
![]() ![]() |