 |
Hide Codes Category: Codes/Layouts
For hiding sections of normal 1.0 layouts
Hide Login - copy/paste into Headline section - <font style="display: none;">
Hide Extended Network - copy/paste into About Me section - <style > .extendedNetwork {display:none;} .latestBlogEntry {display:none;} </style>
Hide Blogs - copy/paste into About Me section - <style >.latestBlogEntry { display:none; }</style>
Hide Contact Table - copy/paste into About Me section - <style > .contactTable {display: none;} </style>
Hide URL Box - copy/paste into About Me section - <style >.userProfileURL { display:none; }</style>
Hide Friends Section - copy/paste into About Me section - <style>.friendspace{display:none}</style>
Hide Profile Details Box - copy/paste into About Me section - <style >.userProfileDetail { display:none; }</style>
Hide Comments - copy/paste into About Me section - <style >.friendsComments { display:none; }</style>
Flip Profile - copy/paste into About Me section - <style >table table { direction:rtl; } table table table { direction:ltr; }</style>
Back to Blog List
|