Hiding & Centering |
Hiding & Centering |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 ![]() |
I have a couple questions:
1) If I hide a section (i.e. XXX is in your Extended Network), how do I remove the border from just that section rather than all the others, too? 2) I used this code to hide my friend's space, so now there is only the title and the link. How do I center the text in only that box? CODE <style> table table td.text table td.text table table tbody td table, span.btext {display: none !important} </style> Please help me if you can. Thanks! |
|
|
![]() |
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
Well You can't get rid of the border on only that one box.
And you can't only center the text in the friend space its going to have to center the whole left side text. And to center the text use this: CODE <style>
td td td td {border-top: 0px solid; width:5%; text-align:center;} </style> |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 ![]() |
Thanks for the centering code! It really helped out. java script:emoticon(':happy:', 'smid_8')
![]() |
|
|
![]() ![]() |