View Single Post
(#4 (permalink))
Old
?Rachee? is Offline
Private
Points: 163, Level: 2 Points: 163, Level: 2 Points: 163, Level: 2
Activity: 0% Activity: 0% Activity: 0%
?Rachee? is an unknown quantity at this point
 
 
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
December 27th, 2007

this is the code i have:
<style type="text/css">
.extendedNetwork {display:none;}
.latestBlogEntry {display:none;}
</style>

if you do that and your extended network still shows,
add this code too:
<style type="text/css">table tbody td table tbody tr td.text table {visibility:hidden;}</style><style type="text/css">table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}</style>