I do not have time to troubleshoot people's code. (Hopefully I will again in the future).
I do not have much time to answer questions (but if it is a quick answer, that only takes me a few minutes, I will try to answer).
I really recommend the following site, for myspace customizing questions: Official Myspace Customizing Forum
That is the most reliable source, and the people I know who enjoy helping, and are quite good at it, tend to hang out there.

Saturday, March 17, 2007

Manipulating the Right Side of the Myspace Profile

If you have noticed that your "view friends ..." link is hidden, and this occurred recently [Sep 2007] it may be the result of a myspace code change.
The "view friend ... " link was moved inside a div.
This code should recover it:
<style>
table.friendSpace table div {display:block;}
table.friendSpace table div * {display:inline;}
</style>
Initially it the class span.redlink was removed, but this was later added back.


Here are some of the search queries, this post was initially designed to address:
(The wording comes directly from the information provided by google).

-- 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 !}
table.extendedNetwork {display:none;}
table.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;}
table.blurbs {position:relative; top:-24px; margin-bottom:-24px;}
</style>


-- Picture in Extended Network:
<style>
{! put picture in extended network !}
{! first hide the default text !}
span.blacktext12{display:none;}
{! put a background in the table !}
table.extendedNetwork {background-image:url("URL-OF-YOUR-PICTURE");
background-position: center center;
background-repeat:no-repeat;
height:150px; width:300px; display:block }
{! change above px value to height of your picture !}
</style>


-- Picture in Blog Area:
<style>
{! Put a picture as the background to the blog table !}
table.latestBlogEntry{background-image:url("URL-OF-PICTURE");
background-position: center center;
background-repeat:no-repeat;
height:348px; display:block }
{! change above px value to height of your picture !}
{! minimize and hide the text which is in the blog area !}
table.latestBlogEntry td, table.latestBlogEntry br {line-height:0px !important; font-size:0px !important; visibility:hidden }
</style>


If you want to put Text or Links or Video (or other swf content) into your extended network area, I recommend reading This
It discusses some different strategies which can be used to obtain the effect.

Friends And Comments
These solutions work with or without a calendar. You choose to (or not to) display the calendar via the calendar functionality, no customization is needed.

--Hide Both Friends and Comments
<style>
table.friendSpace, table.friendsComments {display:none;}
</style>

--Hiding Friends without Hiding Comments
<style>
table.friendSpace {display:none}
</style>

You can provide a Link to View All Friends by placing this code at the end of your "Who I'd Like To Meet" Section:
<a href="http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=6221">View All Friends</a>
Replace Tom's Friend ID (6221) with your own. You can replace the View All Friends with any text you want also.
--OR Creating A Custom Top Menu
--OR If you want the link to have its own "box" (or table) you can do something like this, at the end of the about me area
<span class="off">!--Create Custom Table Under Meet Table With a Custom Link --!</span>
</td></tr></table>
</td></tr></table>
<br>
<table style="border:1px green solid; width:435px; "><tr><td>
<a href="http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=6221">Click Here to View My Friends</a>
</td></tr></table>
<table style="display:none"><tr><td>
<table><tr><td>
<span class="off">!^^END CUSTOM BLOCK ^^!</span>
(Change Tom's friend id, 6221, to your own. Change color and border as desired. For no border change 1px to 0px.)

--Hiding Comments without Hiding Friends
<style>
table.friendsComments {display:none}
</style>

You can provide a Link to View/Add Comments by placing this code at the end of your "who I'd Like To Meet" Section:
<a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=6221">View Comments</a>
And/OR a link to Add a Comment:
<a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=6221">Add Comment</a>


If you want to keep the default header/link stuff, that comes with the friends and/or comments; it is possible, however tedious. This means that instead of just using display:none on the whole area, I have to hide at a level lower than the level the links reside. This takes MORE code than just creating our own header and link. But if you want to tap into the automatic friend number calculation, this is of value. (Personally, I think a Fake number is Better anyway).
Notice how much code this takes, compared to the above solutions.

--hide friends, leave .. Has .. Friends and Link to View All Friends
[It is code like this that causes me to consider writing a generator every so often]
<style>
{! <a href="http://www.msplinks.com/MDFodHRwOi8vdmlld3MtdW5kZXItY29uc3RydWN0aW9uLmJsb2dzcG90LmNvbQ==">
Hide friendSpace keep view Link and Has Friends </a> !}
{! Get rid of only Friends Pictures and Names and Space they occupied !}
table.friendSpace table table {display:none}

{! ditch the Friendspace Header and the space it took up !}
table.friendSpace .orangetext15 {display:none}
table.friendSpace table, table.friendSpace table td {height:auto !important; line-height:0px; border:none; padding:0px; margin:0px;}

{! Position below link as desired !}
table.friendSpace table div {position:relative; top:0px; line-height:15px; float:left; }

{! Use below line ONLY if you DO NOT want the .. has .. Friends thing !}
table.friendSpace span.btext {display:none;}
{! Use below line ONLY IF you WANT to show .. has .. Friends !}
table.friendSpace span.btext {display:inline; line-height:15px;}

{! get rid of orange line !}
table.friendSpace table {background-color:transparent !important;}
</style>
Hide Everything in Friend Space EXCEPT the links to View Friends
<style>
{! <a href="http://www.msplinks.com/MDFodHRwOi8vdmlld3MtdW5kZXItY29uc3RydWN0aW9uLmJsb2dzcG90LmNvbQ==">
Hide friendSpace keep view All Friends Links </a> !}
{! Get rid of only Friends Pictures and Names and Space they occupied !}
table.friendSpace table table {display:none}

{! ditch the Friendspace Header and the space it took up !}
table.friendSpace .orangetext15 {display:none}
table.friendSpace table, table.friendSpace table td {height:auto !important; line-height:0px; border:none; padding:0px; margin:0px;}

{! Position below link as desired !}
table.friendSpace table div {position:relative; top:-20px; line-height:15px; float:left; margin-bottom:-20px; }

{! Hide the .. has .. Friends thing !}
table.friendSpace span.btext {display:none;}

{! get rid of orange line !}
table.friendSpace table {background-color:transparent !important;}
</style>

--Hide view friends all|online|mutual
<style>
{! Hide view friends !}
table.friendSpace table div {display:none;}
</style>

--Hide Comments, leave view all and add comment links
This line:"Showing X of Y Comments (view all/Add Comment)"
Is addressed like this:
table.friendsComments table td b
Within that line, the actual view/add are defined as links.
Therefore, I can ditch the "Showing X of Y Comments" and keep the View Add (without the /).
<style>
{! Get rid of inner comment table stuff !}
table.friendsComments table table {display:none}

{! render the rest of it not visible !}
table.friendsComments table {visibility:hidden;}

{! ditch the friendsComments Header and the space it took up !}
table.friendsComments span.orangetext15 {display:none}
table.friendsComments table, table.friendsComments table td {height:auto !important; line-height:0px; border:none; padding:0px; margin:0px;}

{!! USE ONE OF THE BELOW TWO BLOCKS !!}

{! 1:keep the view all and Add Comment links. Postion them left !}
table.friendsComments table td b a {line-height:15px; visibility:visible; position:relative; float:left; padding-right:20px; }

{! 2:Instead I may just want to keep an Add Comment Link !}
table.friendsComments table td a {line-height:15px; visibility:visible; position:relative; float:left; }
table.friendsComments table td b a {display:none;}

{! ditch a little whitespace !}
table.friendsComments {position:relative !important; top:-20px !important; margin-bottom:-20px;}
</style>

To remove the whitespace caused by the Carriage Returns between the Tables
<style>
{!remove carriage returns between main tables on right side!}
table table td.text br {display:none;}
{!restore carriage returns at other effected levels!}
table table td.text table br {display:inline;}
table table table td.text br {display:inline;}
</style>


If you want to keep only 1 (the first One) Comment, or keep only the first few comments see this article:
Show only one (1st) Comment


Thank you for Visiting; Have a Nice Day :-)


-hiding right side of myspace, how?
-when manipulating the right side of myspace.
-when hiding the right column code on myspace.



MySpace Page Customizing Article Contents



MySpace changes, problems, updates, code fixes related to recent changes




customized online now icon code that works



Page Layout, Layering, Classes


MySpace Page Layout Showing Divs, Tables, Cells, Classes (Regular and Band Page)




MySpace Blog Page Customize Style



DIV OVERLAYs



Div Overlay Tutorial MySpace Band Page




Simple Div Overlay Tutorial for MySpace Page




Simple MySpace Div Overlay using Floating Div blocks inside a Core Div



Turn your mySpace page into a Spoof Deleted or Error Page



Music Players and Videos



Hide MySpace Music Player (includes Band 4 Song Player)




Resizing and Moving the MySpace 4 song music player




Video Posting Guide Blogger and mySpace



Top Page Area




Top Navigation Menu Bar, Style, Hide




Place a Custom Top Banner MySpace




Band Page Top Area and Menus Including Maroon Nav Bar




Ad Banner Un-Hidding if Hidden, Understanding, Styling



LEFT


MySpace Left Side Styling Hiding



Top Left ProfileInfo MySpace Profile Img, Last Login, Location, Age, Sex, Styling



mySpace Band Page Top Left Profile Image, Location, Last Login, Customize and Style




mySpace URL box userProfileURL hiding, styling




mySpace Details Table userProfileDetails hiding, styling, creating custom Details Tables



RIGHT



mySpace Right Side Hide and Style Routines




MySpace Blog latestBlogEntry, hiding, styling, importing into Div




Create Custom Table (Div or other Content) above Blurbs




Blurbs (About Me/To Meet) Styling, hiding, etc ...




Calendar MySpace Styling Hiding Moving




MySpace Friend Space, Styling, sizing, coloring, hiding, moving




MySpace Comments FriendsComments Structure, Style, Move




MySpace Center Only Comments



BOTTOM



MySpace Bottom Links, copyright cc, Gray background




Add custom div content to bottom of mySpace page



Band Page



mySpace Band Page Shows Hiding, Styling, Moving, importing into Div Overlay



OTHER



One column Centered Layout




Picture placement and Alignment MySpace, Blogger, other web pages




image effects change image when hovering over




MySpace Eliminating Excess White-Space




Firefox Marquee Bug, Direction Up or Down




I hate splinks for many reasons




64 Comments:

Anonymous E said...

Hey, could you help me out a little? I was trying to do mine similar to this: http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=150141995

but I can't get the online now icon to show up that I want to use. I figured your image of the details that show up next to the default photo was your 'online now' image. I searched your source and I don't really know CSS, so I've done all I've done from your source page...but I can't figure out how to get this image to show up..

http://i167.photobucket.com/albums/u140/elshren/onlinems.gif

2/5/07 17:00  
Blogger coboble said...

I put the code here
stuff next to picture

I love your page, especially your background.

2/5/07 18:54  
Anonymous Anonymous said...

u ledgend, wicked page, helped loads

12/5/07 03:04  
Anonymous Anonymous said...

I HAVE A MYSPACE AND I SAW A CODE THAT USED TO BE ON HERE THAT WAS SUPPOSED TO REMOVE EXCESS WHITE SPACE AND IT ALSO SAID THAT IT HIDES FRIENDS AND COMMENTS, NOW I CAN'T FIND THE CODE........????? SOMEONE PLEASE HELP ME OR POST IT
THANK YOU

19/5/07 01:03  
Blogger coboble said...

I am either re-writing or removing the myspace codes.
Myspace just made changes to their stuff, which effects all of it.

Now you no longer need the code I had before to hide the friends and comments and the space they occupied, you only need the few simple code lines shown in this post.

But I will put it back if you want it.
Try the newer code. It really only does take a few lines of code to get the job done.

If you want me to look at your page, and see what is causing excess white space, I am willing to do that.

It could be any of the following:

- Removing items via visibility:hidden (which leaves behind the space the item occupied)

- Moving things up using relative positioning, and NOT also providing a bottom margin to accomodate.

i.e.
td.text table {position:relative; top:-200}

It could be the carriage returns between the removed items.

Try this:
td.text br {display:none;}
td.text table br {display:inline;}

20/5/07 01:03  
Anonymous Leilani said...

wow, that was incredibly useful. awesome blog; thanks a lot.

28/6/07 11:31  
Anonymous Anonymous said...

All of the sudden my "Add Comment" link in my Comments section is gone??? Where in the heck did it go and how do I get it back?

3/7/07 06:13  
Blogger coboble said...

I would have to look at your page to see why it is gone, and determine how to get it back.
Leave me a link to your myspace page.

3/7/07 08:53  
Anonymous Anonymous said...

this is all so helpful! thankyou!!!!

3/7/07 09:37  
Anonymous Steph said...

Hey...I was able to find code that got the Add Comments link back, and was told to put it at the bottom of the Who I'd Like to Meet section. So now it has reappeared but it isn't in my comments section!!! Here's my link I guess. My page is private though...do I have to invite you? I'm pretty new to myspace and now sure of the right way to go about this! http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=133736016

3/7/07 12:07  
Anonymous Anonymous said...

you are a legend.
this is helping me so much!
thankyou!!!

6/7/07 06:29  
Anonymous Anonymous said...

Is there any way I can move the details and schools to the right side under the friend space? (I removed the comment section) It would be much appreciated!

26/7/07 14:30  
Blogger coboble said...

Yes, you can move the details and Schools to the right, under your friends.
However the best code to do this depends on your profile, and the placement accuracy is not very good.

If the top of your details, is lower on the page than the bottom of your friend space, you can just do this

.userProfileDetail, .userProfileSchool {position:relative; left:330px;}

(it must go between style tags)

However if the top of your details is higher on the page than the bottom of your friend space, you also need a top value.
i.e. if it is 100px higher than the bottom of your friend space:

.userProfileDetail, .userProfileSchool {position:relative; left:320px; top:100px;}

Or suppose it is 100px lower than the bottom of your friend space:

.userProfileDetail, .userProfileSchool {position:relative; left:320px; top:-100px;}
.userprofileSchool {margin-bottom:-100px}

If you don't do the margin-bottom, you end up with excess whitespace at the bottom.

There are some inaccuracy issues.
The size of content is often not the same size from browser to browser. The friend space can get longer if a friend changes to a longer picture.
So allow extra space for this.

26/7/07 19:41  
Anonymous Anonymous said...

so you kno there is a much simpilar way of doing this simply pit all your info into your about me

then but < style > (but without spaces for both at the very top of your about me) and < style > at the very bottumn of your heroes and ta da!!

its done

:)

7/8/07 13:59  
Blogger coboble said...

Anonymous,
Did you test the code you just proposed?
Simpler way to do what exactly?

Side Effects?
- Removal of all content from the end of the heroes to the top of the "Who I'd like to meet"
- Profile centered and in one single column.

I didn't cover profile centering in this article. (I cover that in a different article, different blog).
So I am a little confused as to exactly what you are proposing this solution for?

It won't move the details to the right underneath the friends, as asked in a previous question.

However, I can take a piece of the concept you suggest.
The idea of re-creating the content, might work well.
This way it could be placed under the friends with much greater placement accuracy.

One could do this:
First:
Click Here for an Article on Placing Custom Content Below Friends and Comments

Next:
Re-create the details table in the custom space, created with the code I point to above.

7/8/07 18:44  
Anonymous Anonymous said...

hey i've been searching the internet for a while and still haven't found an answer.. i'm trying to center my comments table and make it wider, but i have no idea how! can you help? thanks!

9/8/07 15:07  
Blogger coboble said...

There are multiple strategies for centering (and/or widening) your comments.

Try this:
click here

9/8/07 21:39  
Anonymous Anonymous said...

Hi, I still seem to have white space at the bottem of my myspace.

When I try to move something using relative positioning, it moves all of my about me too far up, unable to read. And I don't think there is any items that are hidden, I made all the displays to none.

Can you please help?

Thanks.

11/8/07 04:26  
Blogger coboble said...

I would have to see your profile to determine the cause.
I might be able to help, usually I can spot the cause quickly.

11/8/07 10:20  
Blogger John said...

I just have a question that hopefully you can answer since its kinda hard to word...lol But basically I want a pic url to appear on the left and the right side of my profile...My profile is one of the flash player type ones I want the pic to appear left align of the pro and right align....do you how to make it for both sides?

the code goes something like this:

**style type="text/css"** body { background:url(PIC URL) repeat-y right ;background-color:66CCFF; **/style**

** is where tags go..<

if you can figure it out that would be great! thanks!

6/9/07 01:17  
Blogger Eileen (aka Coboble) said...

John,

Are you asking how to make your background image, go down the right of your page, and the left of your page, but not do anything in the center?

I am not going to say it is impossible, but I have no idea how to accomplish it, using the body background property.
The background image command takes left OR right OR center.

But I have a few ideas to accomplish the effect of what I think you want to do.

Idea 1)
Make an image which has two copies of your image, one to the far right, and one to the far left, with clear space in the middle. Make the width of the image such that your content sits neatly between them.
Then position this image center and do a repeat-y.

Idea 2)
Do not use the background strategy applied to the body.
Instead apply it to individual divs, which you place to the far right and another you place to the far left.
Then use z-index to insure these sit behind your existing content.

If you want the line of images to sit exactly far left, and exactly far right, no matter what the user sets their browser window width to, than strategy 2 will work better than 1.

If you want the pictures to sit so that they are aligned with your content, i.e. the left side of the right side picture touching your content, and the right side of the left side picture touching the edge of your content, then strategy 1 would work better.

9/9/07 16:32  
Anonymous Lizzie said...

heyy, could you help me please?
how can i remove the massive white space at the bottom of my profile?

i'd really appreciate it if you can help
my myspace;
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=97049836

xxx

25/9/07 13:08  
Blogger Eileen (aka Coboble) said...

Lizzie

There are two causes of the white space.
Most of it is caused by this:
<div style="position:relative; height:400px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td>

Remove that whole line.
It is not really doing anything of value anyway. There is a better way to accomplish the little it does do.
Notice how much space is gone.

The other cause is this
td.text table {position:relative; top:-127px}

You don't want to remove that, it severs a valid purpose.
Instead you want to compensate for it with a negative bottom margin.

You also now have a grey block at the bottom. (caused by what we removed above).

Add this block, it will accomodate for the -127px, and remove the grey and copyright at the bottom.

<style>
table.blurbs {margin-bottom:-127px;}
table div {display:none;}
div table div, table table div {display:block;}
</style>

25/9/07 17:47  
Anonymous Nicole said...

ugh..I have been fighting with my myspace page for a few hours now. I am trying to create my own background. I have the cutest image...and it all looks great with the exception of the hideous white. I can NOT figure out how to make it go away...HELP!!!!

17/10/07 17:21  
Blogger andaloudog said...

Eileen, thanks so much for your help. After much searching I found the answer I needed. You rawk!

29/10/07 16:55  
Blogger Eric said...

i have a band profile and i have a custom back round but i aim trying to center everything so its fits nicely like this profile "myspace.com/chamillionaire"
if you look, youll see how its centered. this is my profile "myspace.com/yaboye1" you will see my backround and im trying to fits everything snug where its all black..if you could help me out with a code to do this i would appreciate it..

5/11/07 19:42  
Anonymous Anonymous said...

Hey i was just wondering if there was a code that puts ur comments and friends on the left side under the heros section

8/11/07 03:55  
Blogger Morgan said...

Is there a code that gets rid of the table at the bottom that says "

About | FAQ | Terms | Privacy | Safety Tips | Contact MySpace | Advertise | MySpace International

©2003-2007 MySpace.com. All Rights Reserved. "

or moves it to the bottom of the left column? Thanks.

9/11/07 11:10  
Blogger Eileen (aka Coboble) said...

Morgan
Bottom links and Copyright

anonymous
Not exactly, but you can move them bottom center and then shift them left.
To move them bottom center see this:
Move friends and Comments bottom center

9/11/07 13:10  
Anonymous Ember said...

Hey, is there a code that removes the friend space but still leaves that thing that says veiw all friends. just the words? and lik itself?

16/11/07 14:41  
Blogger Eileen (aka Coboble) said...

Ember
Yes,
I added it to the above article.

I also fixed the one that keeps the links and has friends link to remove the thin orange line it was leaving.

17/11/07 12:45  
Anonymous Dale said...

Hey, i've been working on my myspace profile for quite a while now, and it's the way i want it to be, except from one thing - there's a horizontal white line at the bottom sticking out that won't vanish.

here's my profile to see it - www.myspace.com/x__eyeliiner

i can't seem to make it go away with any form of coding whatsoever. for some reason, i think it has something to do with the bottom links? i'm not sure though.

do you have any idea how to get rid of it?

xo.

20/11/07 12:37  
Blogger Eileen (aka Coboble) said...

Dale
it is a light grey line.

remove this:
<style>table div {display:none;}table table div {display:block;}</style>

Now to get proper code to hide your bottom links, which will not leave behind a thin line, and will NOT hide the ad banner:
remove bottom links, copyright, grey line

20/11/07 18:14  
Blogger preciousj1 said...

I have been trying to add items and pictures to my profile but everything I add is always posted to the right side of the page instead of both sides. I have tried different layours to see if thats the problem but it still happens

21/11/07 16:38  
Blogger Eileen (aka Coboble) said...

preciousj1

Pre made layouts do not work well with other customizations.
They are not coded so that it is easy to change or add to them.

I can not help you if I can not see your page.
I need to view your page, and I need to have a better idea of what you want to do, and how you are trying to do it.

21/11/07 21:26  
Anonymous Anonymous said...

Okay, I have a simple question, most of what you talk about on this page has lost me, ha. I put a new style on my page, but the problem is, that afterwards, the table for my comments is not wide enough to display the window for a youtube video(it's cut off). Can you tell me how to widen that table, in simplest terms possible(i.e. code to copy and paste)?

27/12/07 17:57  
Anonymous Anonymous said...

Oh, here's my page, if you need to see it
http://www.myspace.com/arachnid75
-"the anonymous one".

27/12/07 18:00  
Blogger Eileen (aka Coboble) said...

Your profile is set to private, I can not view it.

27/12/07 20:24  
Anonymous Anonymous said...

Crap that's right. Sorry, I'll take it off private. Cool, I wasn't sure if I'd get a response. I appreciate the assist(or attempt at least).

28/12/07 09:07  
Anonymous Anonymous said...

on my profile i have an orange line above and below my about me.
how can i get rid of those?

myspace.com/37201007

5/1/08 21:43  
OpenID xxsugarxarteryxx said...

WOW. You are amazing! Thank you soo much for supplying the codes I've searched for on the internet for so long. haha <33

oh, and i was wondering if you knew how in the interests section you can get rid of or shrink the words and space like "music" "movies" and just make it all light blue space. like in this girls profile

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=217838058

7/1/08 22:28  
Anonymous Tara said...

Is there a way to get rid of the gap between the nav bar and the extended network? for some reason this year the extended network moved downwards hmm =/

thx =]

13/1/08 17:19  
Anonymous Anonymous said...

Thank you for posting this page!!!!! I looked for hours trying to find a code that would work to hide friends and comments but not the add comment link....your's works!!!

I added you to my favorites!

15/1/08 10:51  
Anonymous Anonymous said...

Heey! Love this website! Anyways, I was wondering whether you knew a code that can center my profile without it hiding the Details section.

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=157270811&MyToken=8f744a94-9f3b-4530-96e2-8217f79845d6

Please help me!! :]]

18/1/08 11:34  
Blogger Eileen (aka Coboble) said...

yea,
Center Profile

I have multiple code blocks, choose the one that works for you.
Only one of them hides the details, the other two do not.

18/1/08 12:10  
Anonymous rhio said...

ok how bout this for a little extra homework:

how do i get rid of "add comment/ view all" link, but keep the "displaying# of # comments"?

16/2/08 06:16  
Anonymous Lexi said...

Hey, thanks firstly.
Okay, i'm hiding everythign on the left side.
but is there a way for me to leave the right side where it would be if the left was there?

16/4/08 09:11  
Anonymous Kaja said...

Hi there, I am trying to figure out how to make it so the middle of my profile is a solid color and the sides are an image and possibly get the image to flash/blink. ive seen it on tons of other profiles but cant seem to find a code for it anywhere. Help?

30/5/08 19:58  
Anonymous Kaja said...

also, could you help me out with an easier way to change my extended network banner size and put any image i want (of any size in there)? instead of being a tiny little horizontal strip i want it to be like the size of a vertical(portrait style) image/photo. ???? i have found some generators before but they dont work well.

30/5/08 20:04  
Anonymous Anonymous said...

Thanks!!! The remove white space thing with hide extended network worked when no others would!!
xxx

27/7/08 09:43  
Blogger ak.neko said...

hey man, cheers very much for your codes! they're exactly what i'd been looking for. u're the best ;)
peace

4/8/08 14:39  
Anonymous Anonymous said...

OK WELL.....
ONE SIDE OF MY PROFILE (THE INTERESTS AND STUFF) IS WHITE AND THE OTHER SIDE (THE ABOUT ME, ETC) IS LIKE A DIFFERENT COLOR! HOW DO I MAKE BOTH SIDES WHITE! HELP PLEASE!

19/8/08 11:17  
Anonymous Anonymous said...

LOOK IM THE PERSON WITH THE COLOR ISSUE! WELL ANYWAYS THIS IS WHAT MY PROFILE LOOKS LIKE

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=290527136&MyToken=f68e101d-25ea-407a-9848-6484f20a8c05

19/8/08 11:22  
Anonymous Rhea said...

Hey, can you help me please
erm i want to put my myspace about me on the left hand side of the page but to make it go right across the page aswell
like erm i haave a picture and i want that on the left hand side and then my writing to go next to it.
email me please oonn ... RheaRosana__x@hotmail.co.uk
orr add mee
www.myspace.com/baby_rere

21/8/08 09:59  
Anonymous Anthony said...

Can you make me a code to hide the blurbs and remove all of the white space and keep my profile to the left and doesn't center the profile?
If you need an example my url is www.myspace.com/xs2syn540

1/9/08 17:43  
Anonymous Anonymous said...

Hello, I have searched and searched for a code to HIDE MY FRIENDS/COMMENTS section, while KEEPING MY CALENDAR VISIBLE. I have tried many different codes, and also have tried altering existing codes, but have failed several times. Any help with this dilemma would be greatly appreciated.


Thanks =)

22/9/08 20:42  
Anonymous Anonymous said...

Hi there, I need major help! lol. My myspace page is too close together.
http://www.myspace.com/daneeleya
as you can see from my page, theyre all kinda bunched up together on the left, all i want to do.. is move the right column over towards the right a bit more.. and also, maybe get a simple code to remove the default 'daneeleya is in your extended network' part away so its just the current banner i have there now..
if you know how to do this, please either send me a message on Myspace or on hotmail/yahoo.
Daneeleya@hotmail.com
Daneeleya2002@yahoo.co.uk and please put the subject as 'code help for myspace' or something like that, so I know its not just junk mail. thanks in advance, Dani x.

12/10/08 12:31  
Anonymous Anonymous said...

Instead of removing the right side, I removed my left. Now I would like my right side to be in the center, how would I do this?

2/11/08 18:52  
Anonymous Monley said...

I want a code that hides the top friends and add comments section BUT leaves JUST the add comment links. Do you know of any? Please message me on myspace. www.myspace.com/megan_lee

17/12/08 18:56  
Anonymous Anonymous said...

how to get rid of the blank space at teh end of my myspace
its really driving me nuts
i've tried thousands of codes and they dont work :(
i've tried some u posted but they dont work either
thnxx babe xx

8/3/09 20:43  
Blogger u∃∃l!∃ said...

Because there are so many things that can cause this, it is hard to find the right code for your situation.

I recommend you go to the myspace customizing forum, and post a question there.

Make sure they can look at your profile.

(I would look at it for you, but I lack the time right now).

myspace official customizing forum

8/3/09 22:06  
Anonymous vicki said...

how to i hide details without it mucking up my profile??

11/3/09 16:05  
Blogger Nemi.True. said...

can u help me?
i want to remove/hide the left side of my profile to make my profile have only one section.
how do i do it?
thnx

12/3/09 15:51  
Blogger u∃∃l!∃ said...

I could go dig up and re-test my old code for this, but instead I recommend that you upgrade to myspace 2.0.

In 2.0 you can choose a layout template that centers all the content in one column.
You can also choose to just hide stuff you don't want to show, all with a few clicks.
You can then drag the modules where you want them.

12/3/09 17:18  

Post a Comment

Due to Excessive Spam, I have turned on comment moderation.

Links to this post:

Create a Link

<< Home