hiding friend names., comments left |
![]() ![]() |
hiding friend names., comments left |
Jan 26 2007, 06:20 PM
Post
#1
|
|
![]() I am the Snowflake Goddess ![]() ![]() ![]() Group: Member Posts: 63 Joined: Dec 2005 Member No: 334,023 |
is there a way to hide the names above my friends' pics and just have the pic and their comments..?
|
|
|
|
| *WHIMSICAL 0NE* |
Jan 26 2007, 06:31 PM
Post
#2
|
|
Guest |
For the comments place this in style tags:
CODE .text .text table table td a {visibility:hidden;} .text .text table table td a img, .text .text table table table td a {visibility:visible;} The only catch is that it also disables links in your comments. |
|
|
|
Jan 26 2007, 07:08 PM
Post
#3
|
|
![]() I am the Snowflake Goddess ![]() ![]() ![]() Group: Member Posts: 63 Joined: Dec 2005 Member No: 334,023 |
okay thanks but what can i do about that big space? i want to make the table of my about me, whom id like to meet, and comments the same width as the blogs table.. what can i do?
|
|
|
|
| *WHIMSICAL 0NE* |
Jan 26 2007, 07:21 PM
Post
#4
|
|
Guest |
You could use something from the scripts section like this. If you have other codes in your layout to make the tables thinner you might want to take them out and replace them.
|
|
|
|
Jan 26 2007, 07:38 PM
Post
#5
|
|
![]() I am the Snowflake Goddess ![]() ![]() ![]() Group: Member Posts: 63 Joined: Dec 2005 Member No: 334,023 |
i tried that.. and look how its coming out (click on my attachment..) ugh this is soo aggrivating. but i appreciate you helping me.
|
|
|
|
Jan 27 2007, 03:28 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Try this one:
CODE <style type="text/css"> table table td img {display:none;} table table table td img {display:inline;} table td td {width:0px;} table {width:450px;} table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} </style>
|
|
|
|
![]() ![]() |