Removing the name table text in a band layout., Band layout |
![]() ![]() |
Removing the name table text in a band layout., Band layout |
Oct 22 2009, 08:09 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Sep 2009 Member No: 746,049 |
I've tried all damn night to do this.
I have a custom photo table that's sitting over the table with the name, genres, default photo etc. I need the code to remove the bs like "last login" "profile views" etc. Normal profile codes just don't seem to work. |
|
|
|
Oct 22 2009, 11:28 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try this.
|
|
|
|
Oct 23 2009, 12:42 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
Or, if you don't want to remove the entire section, and just the text, use this:
CODE table table table table .text { visibility:hidden; }
table table table table .text a, .contactTable .text { visibility:visible; } |
|
|
|
![]() ![]() |