20070731

Simple Hide Routines, Right Side, Blogs, Extended Network

-- Hide right side myspace
<style type="text/css">
td.text table {visibility:hidden};
</style>
--Hide right side and remove the space it occupied
<style type="text/css">
td.text table {display:none};
</style>

-- remove blog area myspace
-- how do i hide my blog area only on myspace
<style>
table.latestBlogEntry {display:none;}
</style>

-- hide white space myspace
-- blank space after removing blog & extended network
-- how do you remove the white space where your extended network box used to be
[This is moot if the blogs and extended network are hidden using the above code. No more white space problem. If you have a whitespace problem, keep reading, and use the code I have here instead of the code you now have.]

-- hide extended network and move up my about me
-- hide extended network and move blogs up
<style>
table.extendedNetwork {display:none;}
</style>

-- remove blog and extended network no white space
-- hide extended network and blogs and move up my about me
<style>
{! hide extendedNetwork and blogs !}
.extendedNetwork {display:none;}
.latestBlogEntry {display:none;}
{! due to carriage returns we need to move the blurbs up slightly !}
{! first I control the size of the carriage return so the distance is the same on different browsers !}
br {line-height:12px;}
.blurbs {position:relative; top:-24px; margin-bottom:-24px;}
</style>

30 comments:

Anonymous said...

you are a legend thanks for this :)

boomshanka said...

yeah, this is absolutely brilliant thank you heaps... be my friend! myspace.com/spiralnz

Anonymous said...

hey thanx a lot...is there a code where u can hide your comments without your without the withe space showing up...
pm me if u have one..myspace.com/solangelovesmusic

Eileen (aka Coboble) said...

Yes sure:

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


For more options, related to keeping various components of the space (such as links) or getting rid of carriage return space between the tables see this:
Hide Routines Friends and or comments

Anonymous said...

I love you. :)

Anonymous said...

i love you more. thanks.

Anonymous said...

Oh my goodness, thank you!
I spent about two hours last night trying to find a code that hid my blog area, kept my extended network, and didn't leave a a space.
You amaze me!

Anonymous said...

do you know how to hide the details section without having to put the code in the bottom of your heroes section?

Eileen (aka Coboble) said...

Yes, I know how to hide the details without putting code in the hero section.

Details Section

It is the first block of code in the above article.

Manuela said...

thanks!!!!!!!!!!!1

Anonymous said...

FREAKIN LOVE YOU!!!!!! a code that ACTUALLY WORKS!!! =]]

Anonymous said...

Thank you SO much!

Anonymous said...

wow i have tried about 20 different codes today and this is the only one that has worked!
Thankyou!

Anonymous said...

thank you thank you thank you!

XYZENiA MARiEE said...

H0LiEE C0W ! i BEEN TRYNA HiDEE && GET RiDD 0F STUFF. && THiS iS THEE 0NLiEE 0NEE THAT W0RKS. THANKS A WH0LEE BURNCHH !

Savii said...

You are amazing! I love you!

-Savannah

Savii said...

sorry to bother you within 5 minutes, but do you have a way to hide the music player and the URL box without a space??

Eileen (aka Coboble) said...


<style>
br {line-height:12px;}
table table div embed, table table div object {display:none;}
table.userProfileURL {display:none;}
table.contactTable {margin-bottom:-36px;}
</style>


The 36px is to account for the carriage returns.
display:none does remove the space as well as the element.

Anonymous said...

Thanks heaps 4 the code ! ! ! ur totally awss aye. :)

Anonymous said...

oh Jesus I'm SO frustrated.
my myspace suddenly changed, all this stuff I didn't want started showing up. I didn't do anything, it just happened. now I'm stuck with an annoying bit of white space on the top. before, my about me was all the way at the top, aaagh.
and it was so perfect before!

Anonymous said...

OMG THANKYOU SOOOOO MUCH...
UR A LEGEND!
XX

Anonymous said...

champion

Anonymous said...

LEGENDDDDDDDDDDDDD :)
x

Anonymous said...

Sorry to bother you, I used the code to remove the white space where my extended network was and now theres a white line, is there a code to take that off?

Anonymous said...

omqq thankxx alott

Anonymous said...

please can you tell me which of the codes will remove the white space above which my text is in my about me, that is below my extended network, whilst keeping my extended network? x

Anonymous said...

IT DOESNT WORK FOR ME. >:(

u∃∃l!∃ said...

what specifically doesn't work?

Version 1 or version 2 of myspace?

Anonymous said...

YOU ARE A GOD!!! THANK YOU SO MUCH i LOOKED EVERYWHERE FOR THE BLOG CODE!!

Anonymous said...

omg thank you so much i looked everywhere

Blog Archive

About Me

My Photo
u∃∃l!∃



My name is Eileen.
I live in Corvallis Oregon (for now).
My job is moving to Austin Texas and I may move with it).
I have Aspergers (a type of high functioning autism).
In my case it is not a disability; it gives me as many strengths as it does weaknesses.
However, communicating with Neuro Typicals is a challenge for me. So if we do not understand each other, it is not because I dislike you, think you are stupid, or anything else negative. We just think differently.
View my complete profile

About This Blog

I am in the process of moving my myspace content to this blog.
Right now it is split between 4 different blogs.
I started playing with myspace code customization in late February 2007 after my niece convinced me to get a page.
When I first started writing code for people, I had no intent of publishing any of it, or even writing as much as I did.

I do not claim that all of my code is better than anything else out there. I have come across a few pages with some pretty good code on them. But for the most part, the same exact codes, with the same side effects and same lack of comments exists on many many pages.
My code is my own. Only the very simple routines (those where the best solution is obvious) are the same as the masses. If I find something good out there, that I did not write myself, I will link to it instead of re-creating it.
First I will test it.