what does this code do? |
what does this code do? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Jan 2006 Member No: 356,046 ![]() |
is this the code to hide friends? CODE <style type="text/css">
table table { border: 1px } table table table table{border:1px} table table table { border-style:solid; border-width:1px; border-color:black; background-color:white; } TABLE, TD {background-color:transparent;border:none; border-width: 0px; color:COLOR HERE; font: normal px sans-serif; padding: 0px; text-transform: ; width:350px; text-align:justify;} TABLE TABLE {background-color:transparent;border: none;color:; font: normal px sans-serif; padding: 0px; text-transform: uppercase; text-align:justify;} TABLE TABLE TABLE {background-color:;border: 1px solid;border-color:;font: bold px ; height: .01%; width: 100%; padding: 1px; text-transform: uppercase; text-align:justify;} TABLE TABLE TABLE TABLE {background-color:transparent;border:none;color:; font: bold px sans-serif; padding: 0px; text-transform: uppercase; text-align:justify;} TABLE TABLE TABLE TABLE TABLE {background-color:transparent; border:none; color:; font: normal px ; padding: 0px; text-transform: uppercase; } TABLE TABLE TABLE TABLE TABLE TABLE {background-color:transparent; border:none; font: bold px ; padding: 0px; text-transform: uppercase; } TD TD {text-align: normal;} TD TD TD {text-align: normal;} TD TD TD TD {border-top: 0px solid; width: 1%; text-align:justify;} TD TD TD TD TD {border-top: 1px solid black; text-align:justify;} TD TD TD TD TD TD {border: 0px solid;} table table td.text table td.text table table tbody td table, span.btext {display: } img {filter: progid:DXImageTransform.Microsoft.BasicImage(color=1); border: 1;} </style> |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
that's the code to make a "skinny" layout. it'll make thinner the right column (blogs, about me, friends, comments), as well as the navigation bar and the bottom links. and it'll shove the bottom links all the way to the left, because the guy who first came up with it didn't like to align things.
if you're looking for the code to hide friends, this is it: CODE .friendSpace { display:none; }
|
|
|
![]() ![]() |