Printable Version of Topic

Click here to view this topic in its original format

Forums _ MySpace Support _ Hide Blogs only?

Posted by: kayleighisamazing Sep 22 2010, 10:20 PM

I want to keep my Status box (extended network) but get rid of the blogs? I couldn't find a code for that...

Posted by: miguelS Sep 23 2010, 03:34 PM

CODE
<style>table.latestBlogEntry {display:none;}</style>

Posted by: kayleighisamazing Sep 23 2010, 03:41 PM

Thank You!

But now there is this big space between where it says "Kayleigh's Blurbs" and where my about me is... (see image)

Is there a way to fix this?


OR - Is there a way to hide the text - "Kayleigh's Blurbs"?

 

Posted by: miguelS Sep 23 2010, 07:48 PM

CODE
<style>
table.blurbs td table td span.orangetext15 {
display:none;}
table.blurbs td table td br {
line-height:0px;}
</style>

Posted by: kayleighisamazing Sep 23 2010, 07:58 PM

That didn't fix it..