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.

Monday, April 16, 2007

myspace band page div layout

THIS ARTICLE IS NOT FINISHED, however Steps 0, 1, and 2 are ready for use

This guy has a complete tutorial, and has put a lot of effort into coming up with solutions, related the many changes myspace has made since I wrote my articles.

I have not had a lot of time to study all the changes, so I am going to refer people here:
www.myspaedivs.110mb.com Erick's myspace div Tutorial
OR, if that one doesn't load, use this one:
myspacedivs.net84.net


I am sure I will not finish this article this year :-).

MySpace Div Overlay/Layout for a Band/Artist Page


This is a tutorial for a strategy. It does have some cut/paste code, but it does require that you read the instructions.

USE SAFE MODE this is very important


STEP 0: (OPTIONAL) Apply a Top Banner
I am reserving the Band Members section to place code for a top Banner.
To apply a top banner go here:
Apply Top Banner
Place the code, the above link generates, in the Band Members section.

STEP 1: Hide Everything except the Top ad/menu area; bottom links; music player

You can recover the desired page elements at a later step in the process.

This hide strategy removes clear gifs, padding, and other invisible content which takes up space on the main page.

This hide strategy can be used with this Div Overlay strategy, or with other Div Overlay code.

Place this code in the Bio Area.
<i class=i>!START code in Bio !</i>
<i class=i>!START Style Block For Hiding Elements on Band Page!
<a href="views-under-construction.blogspot.com/2007/04/myspace-band-page-div-layout.html">
MySpace Band Page Div Overlay/Layout Hide Everything</a>
<a href="xiii.us/eGen/mpSkin.php">
MySpace music Player Skins standard and Band</a>
Code Author: Eileen
PLEASE keep the above credits they will NOT show up on your visible page
</i>
<style>
{! fix a centering problem, and clear white space caused by clear gifs !}
div.clearfix i i, .i, table td img {display:none}
td {width:auto;}

{! restore any images displayed inside our div. You may want to use block instead of inline for some images. !}
table td div.myCoreDiv img, table td div.myCoreDiv table td img,
table td div.myCoreDiv div img {display:inline;}

{!OPTIONAL restore image on maroon nav bar!}
a.navbar img {display:block;}

{! removes most content and the space it occupied !}
table table table {display:none}

{! minimize the remaining main page content that can not be removed without effecting the ad and menus !}
table table td { height:0px; margin:0px; padding:0px;}

{! restore custom div. !}
table div.myCoreDiv {display:block;}
{! restore any div inside core div !}
table div.myCoreDiv div {display:block;}

table table br {display:none;}
table table table br {display:block;}

{! OPTIONAL decrease space between bottom and bottom menu, and between bottom menu and cc thing !}
{! does not work in Safari !}
table div br {line-height:4px;}
{! reverse effect on custom div !}
table div.myCoreDiv br {line-height:11px;}

{! OPTIONAL remove default background coloring !}
table table, tr, td {background-color:transparent !important}

{! OPTIONAL remove the blue behind the ad banner !}
div.profileWidth table, div.profileWidth td, .i {background-color:transparent !important}

{! OPTIONAL remove the maroon background and black underline from music nav bar !}
div table {background-color:transparent !important}
div table {border-bottom:none !important;}

{! End Style to Hide band page Elements !}

</style>
<i class=i>!End code in Bio !</i>

STEP 2: Insert Structure for Div Core
Even if you are using a div overlay from another page, this step can be used.
This step creates our structure, where we will insert our div content.
Div content can vary.
In my first example I will use what I call a Core Image
Later I will provide examples using floating Divs and Divs created using other commonly used Div content tools designed for use with MySpace.

Place the below code block in the Influences.
It is very important that this code be placed in one of the left side sections and NOT in the bio.
<i class=i>!--START CODE IN Influences --!</i>
<i class=i>
!-Start Div Overlay Content Block-!
<a href="spiff-myspace.blogspot.com">
myspace code tutorials by Eileen</a>
!-Close 3 layers of cell/row/table. This puts our Div ONE table deep.
</i>
</td></tr></table>
</td></tr></table>
</td></tr></table>

<i class=i>!-Create and size our div. We will never close this div. It will close when the containing table closes-! </i>

<i class=i>!!! MODIFY width to the SAME width as your core (core image or core content) !!!</i>
<i class=i>!!! IF you know the exact height of your content you can change
height:auto to a specific px height. If you are not Sure, then leave it set to
auto !!!</i>

<div class="myCoreDiv" style="position:relative; top:0px; width:900px; height:auto !important; border:2px magenta dashed;">

<i class=i> when DONE editing CHANGE the border:2px to border:0px or change the magenta to the color you want your border.----!</i>

<i class=i> !----START CUSTOM CONTENT----! </i>





<i class=i> !----END CUSTOM CONTENT ----!</i>

<i class=i>!-Open 3 layers of table/row/cell-!</i>
<i class=i>!-IF do NOT want any content from my Right side, I can use i instead of L1. However the music player is logically in this space-!</i>
<table class="L1" ><tr><td>
<i class=i>!-The below class i hides the remainder of the general table-!</i>
<table class="i"><tr><td>
<table class="i"><tr><td>
<style>.i {display:none}</style>
<i class=i>END CODE IN Influences</i>

STEP 3: INSERT Core Image
IF you are not using a Core Image, you can instead insert another Div here, or even a complete Div overlay, a Sliced Image or Other content.
This Tutorial uses a Core Image strategy.


When you draw your core image, draw in blank areas, to use for any content you want to import into the overlay.

The image I am going to use in this Tutorial can be found here:
Core Image stored on TinyPic

My image is Height:813px Width:913px.

I put the following code line just after the line that says this:
!----START CUSTOM CONTENT----!
<img class="coreImg" src="http://i11.tinypic.com/7xsglg7.gif">

If you have multiple images, do NOT leave a carriage return between them.
You can place a carriage return after you open the image tag, before you put in the src clause. However, between the close of one image tag, and the open of the next, do NOT use a space or carriage return.
example:
<img
src="URL-OF-IMAGE"><img
src="URL-OF-Next-IMAGE">


I recommend using a Single image UNLESS your image is larger than your image host accommodates.

Because our core div is set to width:auto and height:auto, it automatically sizes to accomodate the content we place inside it. Do NOT set width to zero. Set it to either auto OR the width of your core image.
Because of where I placed the code to start the core div, it should automatically center itself. [note: MySpace may make changes to their own code which changes this, but for now, this strategy does automatically center the core div]

I started to write a tool to make it much easier to create the needed links, on top of the core image or core div. I hope to finish it this weekend. It depends on the demands of my real job (the one that pays the bills).

Labels:

184 Comments:

Anonymous Resa said...

Using this hide code how do you recover blogs and friends and comments?

11/9/08 08:09  
Blogger u∃∃l!∃ said...

I will add that information later, maybe this weekend.
The information on my older article might still work,
however I need to retest based on changes to the myspace core code

11/9/08 20:23  
Blogger Ralph said...

Hi there,

I've just created a page using the old tutorial. Most of it works fine, there seem to be a few small bugs, but nothing major. I can't get the banner to work, the code creates a space but the image appears inside the div. Also i can't seem to hide the 'About' title. Other than that all was good, see; www.myspace.com/theplexusspace

Thanks a lot for these tutorials, I'm totally new to all this and they have taught me a lot

Thanks

Ralphonz

12/9/08 06:23  
Blogger u∃∃l!∃ said...

the code for the top banner must go BEFORE you open the core div, or it will place inside the div.

12/9/08 07:08  
Anonymous Chris said...

I guess things are a changing...that is for the comments,friends, and blog section for the band site in IE...the old code still works in FF though...kinda of curious to where you obtained your knowledge of this stuff. BTW...,thank you for sharing...the more and more I look at people's source...I see your code in there...

12/9/08 18:11  
Anonymous Justin said...

How do I plug my own background onto the page, with like all the info and everything on a white column down the middle, like you see in all the big bands' myspace pages these days. I have my own images and everything created, I just don't know how to put them on the page.

16/9/08 15:01  
Anonymous West said...

I was pulling my hair out until I found this blog. Thanks for your time. I would like to know one thing. I noticed that with the old code and the new revides code that the myspace band music player sits on top. I have some code to place a fixed background in place and noticed that depending on the order i place it, Firefox will hide it but still play the music and its alwas visible in IE.
right now the code for the background it just below the top banner code in the bio so that at least things look the same in FF and IE. I dont want to continue the design of the page until I know whats going on with the player showing, and also where is the proper place to add a background fixed image.

Thanks

17/9/08 08:15  
Blogger u∃∃l!∃ said...

When you say "sits on top" what do you mean?

IF you put the code, in the influences or band members, then the player is logically inside the div.
It will sit below the div (not behind it) until it is absolute placed on top of the div.

However, if you put the code, to open the coreDiv, in the bio, the player sits above the div, until it is moved. At that time it will go BEHIND the div unless z-index is used. In this case it is MUCH more difficult to place the music player.

So the style code can go into the bio, (block 1), but the code to pen the core div, must go into one of the sections on the left side.

17/9/08 08:46  
Anonymous Anonymous said...

How do you completely do away with the Myspace Band player and show schedule on band pages? (using the Reverbnation player and sechedule instead of the Myspace version)

17/9/08 09:19  
Anonymous West said...

Thanks for replying so quick.

the player does indeed show up just below the DIV.

A question about this statement.
"So the style code can go into the bio, (block 1), but the code to pen the core div, must go into one of the sections on the left side."

are you refering to the background code I asked about?
I would like to know if the background code can be a seperate style or must it be incorperated into your code.

Thanks!

thanks

17/9/08 09:32  
Blogger u∃∃l!∃ said...

Any style code, meaning it is in a style block, and modifies style, can go almost anywhere, and does not have to be incorporated into my code.

Any structure changing (such as closing or opening tables, divs, spans, paragraphs etc ... ) needs to be placed, so it falls inside the corediv.

17/9/08 15:39  
Anonymous mitti@ymail.com said...

hey whats up how do i get the links to work

17/9/08 15:42  
Anonymous Daniel said...

Hey Elieen is it?
Having a bit of trouble with my myspace. Ever since i pasted one of your codes in its been stuffing up.. When i click on edit profile to make a new myspace it takes me back to the login page.. So i log in and it just goes back to my myspace and it does that over and over again. It does that with every edit button so i can't edit it at all now.

Would it be Bugged or something?
Btw the code was from your old tutorial.

Thanks
Daniel.

17/9/08 19:29  
Blogger Daniel said...

Hey again scrap that comment before sorry, its working now for some very unknown reason :S.

I've put the first code from step one in our band bio and clicked preview and it goes all white with nothing there.. So there is no button to click submit..

Its probably something really simple because i'm not to good with all of this but help would be greatly appreciated :D!

Thanks.

17/9/08 19:43  
Blogger u∃∃l!∃ said...

Daniel, yes the name is Eileen (I guess having it backwards and upside down is confusing, and on some browsers it just shows as little squares or ?).

It is always possible there is a bug in my code. Sometimes it is caused when myspace makes a change, and other times it is a conflict with code you have in your profile, that causes a condition I didn't test.

But do not depend on Preview.
Preview, for this type of code, does not show you what your profile will look like.

And always use safe mode.

Good Luck.

17/9/08 20:01  
Anonymous Dan said...

Hi Eileen,

Not sure if you can help us, we've just re-designed our Myspace page (thanks to your professional tips!). The page looks great but we'd like to find a way to include an image at the bottom of the comments table/section... to sort of 'close off' the design. At the moment the comments section uses a repeating background image, which goes to the bottom of the page. Any ideas? Our Myspace site is located here:

www.myspace.com/dangerglobalwarming

Cheers,
Dan

19/9/08 08:40  
Anonymous Mevi said...

hi Eileen,

This code is a great piece of work and very much appreciated.

www.myspace.com/buistdamano

I have successfully created a new DIV layout, but as i use the JW FLV player on my pages, I also removed the MySpace player with this code:

td.text object, td.text embed {display: none;}
td.text table object, td.text table embed {display: block;}

That works perfectly fine in IE and FF, but I'm trying out the BETA of Google Chrome at work (if it screws up that machine, I get to put my feet up all day) and I find that this code doesn't hide the player in that beta browser.

I've read that the code I have used doesn't work on Safari either. Any pointers?

I also look forward to seeing a version of your code that allows unhiding of comments.. some interaction with the 'fans' is good!! :D

thanks again

22/9/08 13:32  
Anonymous Blest2 said...

Hey...I USED YOUR PREVIOUS CODE,AND WORKS JUST FINE ON FIREFOX 3!
I havent yet fix my image on how i want it to be but i ve set the layout first so i can see where objects go and i can design the page!

PLEASE I HAVE 3 QUESTIONS!I WOULD BE GRATEFULL IF YOU D ANSWER THEM!

1)I want to change the whole grey backround and remove that annoying pink border.How i do that?
2)I DIDNT PLACE THE SHOWS where you did,how could i possibly place there the Blog Section instead of the shows?
3)The last right column of friends is hided by the scrollbox,how do i fix this?

MY PAGE IS www.myspace.com/blest2

HELP!HELP!HELP!
SEND ME A MYSPACE MESSAGE THERE IF YOU WANT,I VE FIXED THE LINKS!:)

22/9/08 18:29  
Anonymous Mevi said...

@Blest - really dig your music. I woulda added you as a friend, but saw no links.

I've noticed that just today, FF is rendering the page differently to IE. The white background I set is not there in FF, and the DIV appears about 10-20px lower than the purple band menu bar.

Strange.. have there been some sudden MySpace code changes this week?

24/9/08 10:15  
Anonymous Mevi said...

re: the FF/IE problem.. panic over, my mistake. In my code there was ] instead of } that caused the problem. IE was unaffected, strangely.

Also, I added a display:none to L1 to hide the player instead of my previous code and now it is gone from all browsers!

24/9/08 10:28  
Anonymous Jimmy said...

You really helped alot of people! Big ups for you!

I saw an artist's myspace page a couple of days before and I wonder how did he customized it like this.. the url is http://www.myspace.com/djmaxgraham

Can you give me some directions to start?

24/9/08 17:07  
Anonymous Justin said...

Since myspace changed and updated the music player on the band page recently to the new look and new version, the player is now in the shows calendar and I cannot figure out how to get it out of there and put it back where it was. It did it automatically. And the player only shows through the width of the calendar? How do I fix this?

Take a look at the page at
www.myspace.com/ballzdeluxe. You'll see what I'm talking about.

Shoot me an email at fullmetaldrummer87@yahoo.com or just comment back. Thanks!

25/9/08 02:28  
Anonymous Justin said...

Actually, scratch my last comment, I started to figure it out but I'm not out of the woods yet.

I deleted the codes for recovering the shows calendar and the music player now appears at the bottom of the page. But I can't move it to where I want it. I've tried it in every section and it still ends up at the bottom of the page, centered, when it should go in the top right of the page where it was before and supposed to be. If you look at the page, and see the big empty space to the right of the Tour Dates, that's where it's supposed to go.
myspace.com/ballzdeluxe

How do I fix this?

25/9/08 02:56  
Anonymous Jon said...

I'm having the same problem as justin, as I think just about anyone is right now. Any thoughts on what we should be looking for here?

25/9/08 05:39  
Anonymous Dan said...

Some problem here. The new Myspace Player on our band page has disappeared... to the centre of the bottom of the page (where our comments are positioned, so the comments background is over the top, hiding the Player). Given that thousands of Myspace pages position the player in a div I really can't understand why Myspace changed this, without notice... help!! :)

25/9/08 06:43  
Blogger Thomas said...

ouch, myspace put the hurt on me. How do we reposition the player??

25/9/08 09:56  
Blogger LaHermanaDeMiguel said...

Can you explain the ending of this:

[25 Sep 2008]: The Band page has changed, effecting at least the player and its relationship to the method I had been using to address the shows. (If your player is now inside your shows, you need to remove any code that places your shows using the div, and now place them by addressing their table)


Can you give an Example of the Code.. on how to Place them in their Table, I got lost there

I know if i remove the Shows *codes.. the Myspace Music player automaticly appears in the bottom of the Div.... but anyways i putted the codes back as i originally had the Div .. still have the shows in it

I just want to understand what you meant, to just simply being able to separate the Music Player from the *Shows Area

heres my band myspace:
http://www.myspace.com/lahermana

I need to know how to fix it.. so that I have to make the same changes to over 49 clients where i've used your tutorial. (i haven't ever erased your Copyrights inside of the codings)

Ofcourse I'll expect to see in the weekend if you manage to update, the codes tutorials.

-Erick

25/9/08 11:01  
Anonymous heriberto said...

i dont know much about codes but i made my player go back to its original position, noshows in that page but in my other page, i got the player inside my shows, i have been trying to solve it but i cant can u give us a solution to this problem?

25/9/08 17:22  
Blogger LaHermanaDeMiguel said...

I managed to get it worked.. but only working on Firefox 3, Opera & Safari ...

Check it out: http://www.myspace.com/lahermana


The only issue is on IE 7 & 8 beta ... it simply pushing the player right in the bottom with the shows together

Sure hope soon these days the Fixing for IE is found

25/9/08 18:35  
Blogger LaHermanaDeMiguel said...

I MADE THE FIXX EILEEEENN!!!!!

Works on all browsers!! Opera, IE 7-8 beta, Safari, Firefox 3

Look at my bands:
http://www.myspace.com/lahermana

Copy the Code from my POST in the Myspace Forums in here:

http://forums.myspace.com/t/4191890.aspx?fuseaction=forums.viewthread


I explain it in there =)

26/9/08 07:05  
Anonymous Blest2 said...

HERE I VE FINISHED THE FIRST VERSION OF MA PAGE!!!!!!

CHECK IT OUT YO!

www.myspace.com/blest2

hope you like it!
Thanx Elein!

26/9/08 18:11  
Blogger Charles said...

Man, myspace is really trippin right now, im starting to hate the new player, but im going to fix this problem to solve mine and everyone elses headaches...check out my page and what i have so far... www.myspace.com/DaVerseOfficial

27/9/08 06:26  
Anonymous Blest2 said...

DAMN!MYSPACE HAS DONE SOMETHING WITH THE PLAYERS AND NOW ITS PULLING MY PLAYER RIGHT DOWN...

CAN YOU HELP ME WIT THIS ONE PLEASE?

ITS REALLY IMPORTANT...:(

27/9/08 06:28  
Anonymous Blest2 said...

ITS REALLI IMPORTANT TO FINISH THIS CODE FOR US :(

WE LOVE YOUR WORK!

KEEP GOING PLEASE! :)

27/9/08 06:31  
Anonymous Petter Berg said...

If anyone can figure out a code to show the "TOUR" div in another way.. The problem is solved.???

If you dont have a "shows" layer in your profile, use the old code to put tha player in that layer and put it wherever you want on your page...

I did that with www.myspace.com/shamonmusic

But in the future he needs to use the Shows div, and then the problem hopefully is solved??

/petter

27/9/08 07:12  
Blogger LaHermanaDeMiguel said...

I HAVE THE FIX HERE!!!

MUSIC PLAYER - SHOWS IMPORTED & SHOWS NOT IMPORTED FIXED!! Codes

http://www.jorgefoglia.com/sendblink23/playerfixed.html

Plzz Eileen clean up my Code

27/9/08 13:11  
Blogger Charles said...

Heck yeah, finally fixed my page...this crap has been messing me up since earlier this week, i been working on the code FOREVER!!!...LOL, but thanx to"LaHermanaDeMiguel"....this code works!!!, just change the position:absolute top px. and left px to adjust the player...check my DIV out...im making em for free now, if u like hit me up and add me.... www.myspace.com/DaVerseOfficial

27/9/08 15:11  
Blogger shockdoctor92 said...

This post has been removed by the author.

28/9/08 09:56  
Blogger shockdoctor92 said...

hey,
we redid our myspace page with your coding. it was very helpful. there is only one problem, when we try to put a background in we get to black boxes on either side of or header that go over the backdrop and makes it look bad. is this somthing in the coding or is ot possible that our picture is messed up.
Thanks,
Eye of the Storm

28/9/08 09:58  
Anonymous André Rodrigues said...

Im just waiting for your complete code again eileen... Your work is incredible!


TNX A LOT!


Im waiting :D


CYA

28/9/08 12:21  
Anonymous Spotty Dogg said...

Thanks LaHermanaDeMiguel, Sorted it using your code and a minor adjust for my profile

Thanks

http://www.myspace.com/spottydoggmusic

29/9/08 09:31  
Anonymous Jon said...

Does anyone have a way using the new code to split to shows and player? I can get the player to show up but not without the shows under it. I still want the shows imported, just not right underneath the player.

2/10/08 06:11  
Blogger LaHermanaDeMiguel said...

If you use my CODE its suppose to work perfectly

... You have to First ERASE any old Codes related with (music player and Shows) ... and then afterwards add my New Code

If you have problems.. trying to make it work well EMAIL me: sendblink23@gmail.com

I'll gladly help you out(I'm pretty sure you are doing something wrong with the codes, I've already Fixed more than 87 Clients profiles I've made, and many people around the World have Thanked me for achieving the Fix with my New Code)

Email me back with your MYSPACE URL, and Login & Pass I'll Fix yoru Profile *Shows / *music problem

2/10/08 06:16  
Anonymous Danny said...

Has anyone figured out a way to fix the shows scroll box in IE using LaHermanaDeMiguel's code? the shows keep running down the page. here's what I'm working on: http://www.myspace.com/shawnbilton

Thanks,
Danny

2/10/08 08:51  
Blogger LaHermanaDeMiguel said...

THere still isn't a FIX

for the SHOWS Flowing down .. on IE .... Myspace when they Changed the New CODE ...

Scroll box doesn't work anymore on IE


Anyways Dont worry just RE-DESIGN make it bigger the space

maybe later there should be a fix ... but theree isn't one yet

2/10/08 09:04  
Blogger u∃∃l!∃ said...

I don't have time to work on the code, but conceptually this should work, but ONLY if you are not needing to move the shows.

Because the myspace code, uses inline style, to assign the div height of the music player, You should be able to size the shows div by setting the height of
table table td.text div

However when you set the overflow, it does force a scroll bar into the player div. This can be eliminated by insuring that the elements inside the player div do NOT exceed the size of that div.
Set their height (both the object and embed) to 100% or even 99%)

This ONLY works if you are not also trying to move the shows OR the music player (or if you add really complicated code to create a new div around both of them and do some fancy manipulating).

One could, put code into the sounds-like to create a div around the player, shows, blogs. The div would be closed at the top of the bio.
Table restructuring is required, by closing and reopening tables to force the div around the top of the right column.
Once this div is created, it can be moved using absolute.
It can be sized to accomodate the desired location of all three of the sections which are inside it, and then each section can be manipulated using relative positioning.
It does not give complete freedom of positioning, there are limits.
The shows must remain under the player OR not scroll.

But I think the best and cleanest solution is probably to put the shows into an app.

2/10/08 09:31  
Anonymous Anonymous said...

This site is great, thanks so much for helping out us html newbs.

I just have a small question about our shows section. If you look at the page: www.myspace.com/testmaniacs

you'll notice that the background to the shows section is black, i'd like it to be transparent, with black font so that the DIV background shows through, and the shows text is just floating on it.

Is this possible?

2/10/08 15:36  
Anonymous André Rodrigues said...

eileen or anyone, dont have ANY mode to separate the shows and the player???


Now is obrigatory use boths togheter?


Look my myspace:

http://www.myspace.com/enkorerock


How can i separate the player and the show parts???? i just using your original code eileen, exist a easy way to separate one of other?


Tnx a lot and cya!

2/10/08 16:25  
Anonymous André Rodrigues said...

HEY BOYS AND GIRLS! HEY EILEEn!


I foudn one way to adjust for me... i just keeping using the old code... just in the show part i use this:


"style"
{!- shows -!}
table table td.text div {position:absolute; width:auto; height:auto; top:1970px; left:286px;}
{!- move player -!}
table table td.text div object {position:absolute; width:100%; height:100%; top:-1050px; left:20px;}


{!- UnDo effect on Div in Friend and Comment spaces -!}
table table td.text table div {position:static; height:auto; overflow:hidden}
table table td.text div.commentlinks {display:none;}
table table td.text div table {display:block}
{!-fix column width of shows-!}
{!-set below px width to the width of your shows space-!}
table table td.text div table td, table table td.text div table {width:510px;}
table table td.text div table table {width:100% !important}
{!-adjust below value as needed-!}
table table td.text div table table table {width:40% !important}
"/style"

(the "" is only for put this tag on comment the blog, blog block this type tag in comments :D, just use < > in place of " ")




CAN U SEE THE DIFERENCE?

{!- shows -!}
table table td.text div {position:absolute; width:auto; height:auto; top:1970px; left:286px;}
{!- move player -!}
table table td.text div object {position:absolute; width:100%; height:100%; top:-1050px; left:20px;}

THIS PART! :D

Now you can move shows and player each one alone :D


I hope to help someone :D

for me is perfect!


TNX A LOT EILEEN!


CYA!

2/10/08 22:19  
Anonymous André Rodrigues said...

Hey, now i just need to know how can i change the color of marron bar??


with the old code, the marron bar is white degradé now... how can i change this color????

look:

www.myspace.com/enkorerock


Tnx for someone help-me...

2/10/08 22:25  
Anonymous André Rodrigues said...

The marron bar i resolve and now its ok...


But the player and shows... My solution works, BUT... :/ i cant put the overflow in shows hidden because then they hidden the player too...

i want my shows overflow hidden, for limit the space of the show part, but i cant set hidden, because the player...

anyone have ideas how to solve this????

3/10/08 00:11  
Anonymous André Rodrigues said...

now im trying this:


"style"
{!- shows -!}
table table td.text div {position:absolute; width:auto; height:auto; top:0px; left:310px;}
{!- move player -!}
table table td.text div object {position:absolute; width:100%; height:100%; top:918px; left:0px;}
{!- UnDo effect on Div in Friend and Comment spaces -!}
table table td.text table div {position:static; height:auto; overflow:hidden}
table table td.text div.commentlinks {display:none;}
table table td.text div table {display:hidden}
{!-fix column width of shows-!}
{!-set below px width to the width of your shows space-!}
table table td.text div table td, table table td.text div table {width:510px;}
table table td.text div table table {width:100% !important}
{!-adjust below value as needed-!}
table table td.text div table table table {width:40% !important}
"/style"



You can see i just hidden the show part - table table td.text div table {display:hidden} - BUT NOW??? How can i get back the shows section on layout?

Exist some way to take the show table and put in ANOTHER div separated of player?

3/10/08 01:12  
Blogger LaHermanaDeMiguel said...

simply use my code.. and you will be fine

it makes it work to show on all browsers the Player + Shows

http://www.jorgefoglia.com/sendblink23/playerfixed.html

You should first align the Shows.. and afterwards align the Player

And its the only way that Works BOTH SHOWING correctly all browsers

3/10/08 09:23  
Anonymous André Rodrigues said...

LaHermanaDeMiguel



Man... YOU ARE A FUCKING GENIUS!!!!


TNX A LOT MAN!!!!


ITS PERFECT! :D


HA!!!!!

\o/ \o/ \o/ \o/ \o/

3/10/08 10:05  
Anonymous André Rodrigues said...

or no...


just dont work in IE....


The table not have scrowbar in ie


look in IE and in FF:


http://www.myspace.com/clemencerock


:/

3/10/08 10:08  
Anonymous André Rodrigues said...

The code is ALMOST this... but something is wrong with IE


Look this myspace in two navi's FF and IE


IN FF its PERFECT!

But on IE they passa over layout... the scrowbar dont work...


http://www.myspace.com/clemencerock

3/10/08 10:35  
Anonymous André Rodrigues said...

yup, now i see this part in you site:

Known Issues or Bugs:
Scroll Box doesn't work on IE in the SHOWS
IE 6 Codes aren't Working, So Far its working Correctly on IE 7 - 8 Beta, Safari, FireFox 3, Opera.


:D:D:D


:/


i need one correct code :(

im still working!

If u have some news, plis contact me... i add you in msn LaHermanaDeMiguel, accept me


cya

3/10/08 10:39  
Anonymous Anonymous said...

hey my player just disappear , is that the bug on the new myspace player?, is not a temporary solution or something? =(

And thanks for doing all this great work, i apreciate that,

4/10/08 10:51  
Anonymous Anonymous said...

I having an issues, I am working on my band page but, after I copy the code into the Bio section I am not able to submit, because everything is covered, how do I go about this?

Thank You,

6/10/08 16:15  
Anonymous Anonymous said...

Hi Eileen -

Sorry to be a pain, but your code is a huge help and I don't know how to solve the new issues with the music player, etc. Will you humor me and explain the following statement:

"If your player is now inside your shows, you need to remove any code that places your shows using the div, and now place them by addressing their table"

1,000 thanks!!!

Joe

7/10/08 19:57  
Anonymous Jon said...

has anyone come up with a fix for the no-scrolling issue in your shows? I can't seem to figure that one out. Everything else is a-OK.

9/10/08 10:25  
Blogger Joseph said...

Hey Eileen

I left a comment earlier today but i think on the old page sorry if it shows twice.

I made a Div on photoshop text and all but i cant figure out how to link things to other sites everything works fine for myspace i think it has to do with the clear img.

Aslo is it possible to put a video or gif of some kind with audio at the very top of my profile with no player that only plays when my profile first opens and then its a still picture? I uploaded something like i want on youtube to show you. http://www.youtube.com/watch?v=bwR4n7GcYn8

My myspace url is
http://www.myspace.com/therealjaybeats

My email is eightpoint@gmail.com

Please Help

9/10/08 20:51  
Anonymous André Rodrigues said...

Anonymous Anonymous said...

I having an issues, I am working on my band page but, after I copy the code into the Bio section I am not able to submit, because everything is covered, how do I go about this?

Thank You,
6/10/08 16:15


Read the tutorial man :D

Just use AWAYS the SAFE MODE, never use the edit mode ok!?

CYA!




Joe
7/10/08 19:57
Anonymous Jon said...

has anyone come up with a fix for the no-scrolling issue in your shows? I can't seem to figure that one out. Everything else is a-OK.
9/10/08 10:25



Nops, at now.... We trying to fix this, but for me nothing at now...


If i find some way i tell to all here.


Cya!

10/10/08 07:35  
Blogger Daniel said...

Hey Eileen,
I made my layout for myspace and added it into the code. Then, when i went into profile to look at it i noticed that it doesn't go all the way to the bottom of the page.. will it extend when i add everything onto it eg. Friends, comments etc..? Also when i zoom out a tiny bit the layout runs out and there is just the default grey colour there.. I noticed on other bands pages that when you zoom out the background colour keeps going for ages, does that mean i need to make my layout bigger? Also i need to add boxes onto my layout where i want all my stuff such as Friends, Comments, Upcoming shows to start with right?
Thanks
Daniel

16/10/08 21:08  
Anonymous Anonymous said...

I have an idea...with the music player and schedule issues being in the same section as of lately.

What if you do NOT hide the section (Music Player and band Schedule) and let it sit by default on top of your DIV? Is that possible in any way, Ive seen this in some form on a page, but cannot figure out how it was done.

Then you can design your overlays everytime by leaving the Player and schedule alone, knowing where they will sit in your div and design around that all together.
Do-able?

RJ

18/10/08 08:21  
Blogger u∃∃l!∃ said...

Yes, you can design so that you use multiple divs, that naturally fall, around the music player and shows.

OR, you can use one div, and have the shows and player fall naturally underneath or on top (depending on where you insert the div).

But I believe what you are describing is more of an overlap situation, where you create the div, use absolute placement to place it, and then z-index to bring the player and shows back on top.
There is the bottom link issue, with this strategy, but one could accomodate that, as long as the div remained a static size.

18/10/08 11:05  
Anonymous Petter Berg said...

Hello! I now a team that made a fix..
and i dont know how they do it!

If someone can read their code, then we can fix this problem!

http://www.myspace.com/starfield

20/10/08 01:56  
Blogger LaHermanaDeMiguel said...

i'll take a look and try many tests on the codes they used, pretty sure i'll figure it out

20/10/08 06:49  
Anonymous Petter Berg said...

That would be great.. If you make it, youre awsame! mail me when you finished it!

info@petterberg.com

or write it here!

/petter

20/10/08 12:08  
Blogger -Q- said...

My "CoreImg" sits to the right.. not centered in the page.. Any idea why?

21/10/08 13:49  
Blogger -Q- said...

nm i ot it :-)

21/10/08 15:17  
Anonymous Petter Berg said...

Have you figure it out?

24/10/08 02:02  
Anonymous Jon said...

Hey everyone! I have solved out the elusive scrolling/display process. After much trial and error, the solution seemed much more simple than it should have been. Check out this link for the fix. I've got most of my clients back up and running. Hope this helps you all!

27/10/08 11:26  
Blogger LaHermanaDeMiguel said...

PLAESE post here a Clients MYSPACE Example URL, so that I could test on Safari, Firefox 3, Internet Explorer 8 Beta & Opera

And yes I used a similar method that worked for me, but not entirely to all Browsers, so yeah Post a client myspace (hat you used that code) so that I could test over here

27/10/08 13:05  
Blogger Tim said...

@ Jon

THANK YOU!

It works in Firefox/Chrome/IE for me, I don't have any other browsers to test it on.

Heres my test profile, its not done, but it does have your code on it.

URL:
myspace.com/test2312eqw

28/10/08 02:34  
Blogger LaHermanaDeMiguel said...

it does work perfectly to all other browsers :) THANX 4 the update on the code

And also thanx to Tim for posting his test-page, and for letting know on how it looks on Chrome also.

28/10/08 06:01  
Anonymous Anonymous said...

Hey Eileen, or anyone that can help.

Ive used the tutorial here and have pretty much everything right.

http://www.myspace.com/bradtestgfab

But I now need to put my comments at the bottom.

Can anyone help me with the correct code to use here please?

Thanks, Brad

28/10/08 09:30  
Blogger LaHermanaDeMiguel said...

Place this code in your BIO Section:


table table.friendsComments td.text table,
table table.friendsComments {display:block}

don't forget to add before & close afterwards with Style tags




that's all you need it shall place it Centered under your Div layout

28/10/08 09:47  
Anonymous Anonymous said...

thanks for the help mate, but that doesnt seem to work.

you can see what its doing? Its sticking it on the side of the page.

www.myspace.com/bradtestgfab

any other ideas?

28/10/08 10:15  
Blogger LaHermanaDeMiguel said...

That's because you have another type of coding method mixed with Eileens codes

What is sticking to the right.. its actually your TOP FRIENDS pretty wierd

anyways I suggest you RE DO the whole codes.. make it simple ... just only add whats necessary and How its instructed to be Used.

This what i folow:

Bio section i only use it for Blogs/top friends & comments

Bandmembers Section:
Only for the Div Art background & Invisible Links images & Comment box

Influence Section:
All the Custom Boxes(all the flash, about me, videos etc...), music player & Shows code

Sounds Like Section:
All the Hide settings of myspace and background Color, and Font settings

JUST Use EILEENS CODES (don't use other codes, from other websites)

Try that it would take you a while, but it should work perfectly if you Follow the Simple band Tutorial: http://views-under-construction.blogspot.com/2006/02/myspace-simple-band-div-overlay.html

Just don't use the *Music Player & Shows code from there

Instead for those use this Codes of this page: http://www.jorgefoglia.com/sendblink23/playerfixed.html


Well good luck re-updating the whole codes, to the way i do all my 378 clients artist pages

28/10/08 10:25  
Blogger Daniel said...

Wow who's that Tim guy that made that test layout? its wicked!
anyway..
I made my layout for myspace and added it into the code. Then, when i went into profile to look at it i noticed that it doesn't go all the way to the bottom of the page.. will it extend when i add everything onto it eg. Friends, comments etc..? Also when i zoom out a tiny bit the layout runs out and there is just the default grey colour there.. I noticed on other bands pages that when you zoom out the background colour keeps going as far as you can zoom out, does that mean i need to make my layout bigger? Also i need to add boxes onto my layout where i want all my stuff such as Friends, Comments, Upcoming shows to start with right?
Cheers Daniel.

29/10/08 00:51  
Blogger LaHermanaDeMiguel said...

simply add this code, its missing in the *Tutorial

body {background-color: 2b5480 !important;}

change the color to what you need.


Enjoy ;)

29/10/08 05:17  
Blogger LaHermanaDeMiguel said...

Also forgot to tell you, USE THE OLD TUTORIAL page: "Simple band Div Overlay

http://views-under-construction.blogspot.com/2006/02/myspace-simple-band-div-overlay.html

(So that you can everything else you need Top Friends Comments/blogs/etc....)

Just don't use the Music player & Shows code from in it, and use JON's code of them I also added it into my Page: http://www.jorgefoglia.com/sendblink23/playerfixed.html


That's it you should be fine

29/10/08 05:21  
Blogger Daniel said...

Oh ok thanks heaps for that :D!

29/10/08 14:11  
Blogger gmoe said...

Hi, thank you for making this tutorial.
I am having trouble getting my top friends on my div overlay. I have tried everything in my opinion.
I put this in musician bio right under my comment code -

{! display friends !}
table table td.text table.friendSpace,
table table td.text table.friendSpace td.text table {display:block}
{! restore width in FireFox and Opera; assumes default friendSpace width !}
table table td.text table.friendSpace td.text table table td {width:107px !important}
{! view friend link; override positioning for shows !}
table table td.text table.friendSpace td.text table div {position:static !important; height:auto !important;}

with the style tags

My comments show but not my top friends.
Your help is appreciated.

myspace.com/upondeathsarrival

29/10/08 17:09  
Blogger Tim said...

@ LaHermanaDeMiguel
Np :)

@ Daniel
haha thank you!
I'm a Freelance Graphic Designer/Websigner. If you need anything or anyone needs some help with designing anything hit me up.
Heres my personal myspace:
www.myspace.com/joblesspunk

29/10/08 19:14  
Blogger i4fx said...

hi thx for the help ... when i add my scroll boxes the commets and music player dissappear ... and my core inge is in slices .... could that be the problem ... i couldve put it in the wrong area ...please cjheck if you can then let me know what i did wrong ...thx for all the help ...dbalaise

30/10/08 16:18  
Blogger LaHermanaDeMiguel said...

Hmm if you post your URL of the MYSPACE.. its the only way people can help you out, because simply they could be able to see what you've done =P


POST THE MYSPACE URL, if you have any problems or doubts with your codes.

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

uEEI!E or everyone else can you guys help me with the myspace page i want my blogs, friends and comments to show where they suppose to be please?
the blog section go in to the blog box and the comments and friends go al the way down the bottom
www.myspace.com/damuusic

1/11/08 18:28  
Blogger LaHermanaDeMiguel said...

if you want me to finish up the whole coding of the profile *EMAIL ME: sendblink23@gmail.com but I'll charge you for that help, since its time consuming and yes I'll put everything you need & settings in the profile.

1/11/08 20:48  
Blogger Tim said...

Hey guys, I'm having a problem with Chrome and I believe its the same in Safari.

Heres my test page:
http://www.myspace.com/test2312eqw

In Chrome/Safari the main myspace tool bar text shows thew my Div layout.

Could someone please help me fix that?

Thank you!! :)

2/11/08 17:15  
Blogger LaHermanaDeMiguel said...

Just add a Blank IMAGE after the TOP Image you have... in other words... you will have to fix up the rest of the codes alignments (positioning)

here use this it should be enough for you

img src="http://x.myspace.com/images/clear.gif" width="width=800px height="100px"

*Note CLOSE the Tags please

just add it the same place of your Core Image (after the Top Image above ads)

by the way i love that Song in your Test-Page

2/11/08 22:48  
Blogger LaHermanaDeMiguel said...

I forgot to mention, eliminate designing over the Myspace menu .. just leave the background design behind the Myspace menu top ads, it will automaticly make it transparent The top menu to Look well with your art design, so dont Re-Edit to the Top menu leave it Natural, dont waste your time desiging on them

2/11/08 23:34  
Anonymous Joe said...

Im having extreme difficulty customizing my page using this tutorial. I have followed the comment thread and came across some very useful tips, but since Iam completely new to this myspace thing, I still am having some problems with displaying sections and alignment issues.

So far, LaHermanaDeMiguel and Jon seem to become moderators and very helpful mentors with the custom overlay (as well as Eileen, of course).

Please take a look at my page to see what I can do to resolve my issues.

myspace.com/johnhenrycopennew

Here is an image of how I want my page to look like

http://stylsrvc.com/misc/jhc_concept.jpg

PLEASE HELP!!!

3/11/08 13:37  
Blogger LaHermanaDeMiguel said...

Hey Bro I'm going to help you out, send me your Login & Pass to my email: sendblink23@gmail.com

I'll finish of you profile with all that you need help with.

3/11/08 13:45  
Anonymous Mikey said...

Hey guys,

the music player Fix absolutely works for me but for some reason after placing the player, theres an empty space where the player WOULD be in the "shows/ blog" area and its pushing my shows/blogs down

Testing here: myspace.com/394911627

Any idea why?

Can anyone help me out?

Thanks

5/11/08 16:36  
Blogger LaHermanaDeMiguel said...

a what space are yo talking about.. i see it all fine your myspace


Well since i only see the music player (in the top next to your picture.. and more lower the Shows with the Blogs)

not sure.... what you mean

But anyways noticing your coding you used differently the shows/blog codes ... so it my be different the fix for that way.

But anyways I have set up a tutorial site just in case all Fully updated all the codes: www.myspacedivs.tk

5/11/08 20:30  
Anonymous Mikey said...

Thanks for replying bro,

What i mean is, i've placed everything relative so my layout can shrink and expand when i add shows, blogs, ect (no scroll boxes)

so with the music player absolutely placed, my shows/blogs should end just under the "message me" button. But for some reason theres a huge gap between the button and the shows/blogs

Hope that makes sense..

looking at recoding too... hopefully i wont have too

6/11/08 11:57  
Blogger LaHermanaDeMiguel said...

email me your Login & pass, I'll try to do what i can to fix it.

Even though if it was mine your profile, i would simply Ignore the *Space and fill it up with Art work, or anything random.

Even though I do want to try to see if I can Fix that since I've never encountered any client or anybody that has had a situation likes yours... since yours is coded differently compared to what usually everybody uses *Div Overlays for.

I'll do what i can,
my email: sendblink23@gmail.com

6/11/08 13:06  
Anonymous Mikey said...

Sent... appreciate any and all help

Thanks

6/11/08 16:06  
Blogger Daniel said...

Hey again,
What i'm trying to do is Simply make the background colour black with the code you already gave me, and then add everything back in with a custom add, comment, message etc.. box and better headings for the shows, comments etc..
I got as far as hiding everything on the page and making it black, and because i have no core image the bottom links are in the middle of the page.. That makes it hard to put my shows and music player and all that back in..
How do i go about that?
Sorry i'm not to good at all this stuff :P..

7/11/08 16:58  
Blogger LaHermanaDeMiguel said...

Use this Tutorial bro

I made it.. I updated all the codes from here, if you need any other help.. well Email me: sendblink23@gmail.com

http://www.myspacedivs.tk

Good Luck coding... I'm here to Help out.

-Erick

7/11/08 17:04  
Anonymous Petter Berg said...

Hey!

A client of mine tells me that the musicplayer shows up in the "shows" layer, and not in the musicplayer area.. Is that because he has internet exporer 6, can it be fixed, or is that still a problem?

url: www.myspace.com/rasmusuhlin

Please help

8/11/08 02:39  
Blogger LaHermanaDeMiguel said...

I do not know what Planet are you from there my Friend... thats all the Situation why you see the THING on the TOP on all of Eileens blogs, that was the Myspace Change and well messed up certain codings.


Anyways you here is your Solution, head inside my website Tutorial, the Fix is in there, you must First Erase all Shows & Music Player Codes you may have before inside your codings, and afterwards add the once inside my Tutorial (Is an Updated Version of these Codes)... and well you shall be Perfectly Fine Afterwards.

http://www.myspacedivs.tk

Just go under the Tutorial in the Type of *Music* Div Overlay you are working on for that client.

Happy Coding & Good luck... if you simply get Lost inside of it well Email me your Login & Password, I'll fix it up for you.

Email: sendblink23@gmail.com

8/11/08 07:37  
Anonymous Hernan said...

When is this code going to be finished?.. i have problems with the links. when i try to change the location for ADD, the sourrounding link does not show. Why?.. Please help, non of the links show the borders around the links.. and i cant figure out where they're at!.. HELP!!

10/11/08 00:40  
Blogger LaHermanaDeMiguel said...

Yes Myspace changed the Regular HTML border coding like 2 nights ago, so simply add it as a Style and it should work fine for you.

Use this Example, don't forget to add the TAGS < >

a href="INVISIBLE LINK URL"
style="position:absolute; top:710px; left:15px;" title="MOUSE OVER MESSAGE"
img src="http://x.myspace.com/images/clear.gif" style="width:100px; height:50px; border:0px magenta solid;" /a

And you should be now Perfectly fine.

10/11/08 07:22  
Blogger LaHermanaDeMiguel said...

By the way I've Updated & Finished Up the This whole *MUSIC* Tutorial in my Website if you need the rest of the Codes.

http://www.myspacedivs.tk

Happy coding

10/11/08 07:27  
Anonymous Ben said...

Hi,

thanks for this great site!

I encountered a problem while using your codes - I can`t get rid off (or at least but it down where it belongs) the text normally found at the bottom of myspace sites - you know this "About Myspace" and so on...

It is now stuck right behind the band logo, which kinda sucks :D

Here`s the page:
http://www.myspace.com/daysoflossband

Thanks,
Ben

10/11/08 11:58  
Anonymous Ben said...

oh, and the navigation with the mouseover images is kind of freaking off with internet explorer - suggestions ??

Cheers
Ben

10/11/08 12:01  
Blogger LaHermanaDeMiguel said...

That is happened because of your coding, not My codes... its something you have inserted wrong

Using my codes, you will have to follow everything in Order as its mentioned, and you would never encounter any coding issues.

You have mixed codes of what you were working off before, so in other words You have to Restart fresh clean the codes, and also another note, I would recommend you to never Cover the Top Ads Menu from Myspace, leave it there naturally.

10/11/08 12:39  
Anonymous Ben said...

Thx for the help,

I`ve started clean over and now it works fine in safari and firefox - however, with IE there`s still the problem with the flickering of the mouseovers, also the "members table" is kinda fucked up...

Any Ideas ?

TIA,
BEn

12/11/08 18:19  
Blogger PimpMySwag.com said...

Hi! Great lessons man! When you have time to finish the current?
Thanks
MySpace.com/jimmanuelonline

13/11/08 12:22  
Blogger u∃∃l!∃ said...

ok, I will try this weekend.
I should have some time, if not, I should have time Thanksgiving weekend.
So much to do, so little time.

13/11/08 14:59  
Blogger LaHermanaDeMiguel said...

Well for the Updated *Finished* version, of these Codes, just go in my WEBSITE: http://www.myspacedivs.tk

;)

13/11/08 17:59  
Blogger u∃∃l!∃ said...

Cool,
I don't even have to finish my article.

I can spend the weekend doing something fun like cut and paste layout art for version 2 layouts.

I hope they release a version 2 for the band page, they included a document statement, which enables pseudo classes and other useful css commands (including an alternate syntax for addressing elements by their id value) in IE7.

13/11/08 19:14  
Anonymous Ben said...

Hi,

any ideas what I can do against the "flickering" of the mouseovers and the screwed up bandmembers tabel when surfing with IE ??

It works fine with firefox and safari...

http://www.myspace.com/daysoflossband

TIA
Ben

14/11/08 06:34  
Blogger LaHermanaDeMiguel said...

Email me your login Email & Pass, I'll see what i can do.. by the way Ignore the Flickering on IE.. its internet Explorer no matter what it will always have an issue (but at least if its Flickering the Mouse Over is Working)

Anyways I wanna see if i can fix the Positioning wierd thing of the band members

my Email: sendblink23@gmail.com ... in which if you went inside my Website it has it right in there in the Top to Email me if you have any problems =P .. *this is not my Blog, its Eileens

14/11/08 08:41  
Blogger LaHermanaDeMiguel said...

bythe way i think i found how you can resolve your Problem .... why do you have this in the style of all the Band members Divs margin-bottom:318px

As for my knowledge you do not need that in them .. unless you have a *Table height Error* when in the Designing

Erase that on all the bandmembers Images.. and test it afterwards to see whats the diference.

14/11/08 09:00  
Anonymous Anonymous said...

Help!! I know virtually nothing about code, and reluctantly I posted the code to remove all items from my page...(Step 1)..Could not see the submit buttom so I used the "javascript:document.forms[1].submit()" code in the browser bar... Problem now is, I cant see anything accept the ad banner and navigation bar. I cannot edit my page anymore!!! The only on my profile now when you click my url is our music player..that's it. HELP!!

14/11/08 16:30  
Anonymous Anonymous said...

Nevermind. Just visited my trusty 'history' and reloaded the edit page where I entered the code, and deleted it.
Why did this happen?!

14/11/08 17:06  
Blogger Alex said...

Thanks to Eileen and everyone else who helped get my page up and running!


www.myspace.com/alexwrightmusic

16/11/08 14:59  
Anonymous Law said...

This is what I made using my grphic design skills and your tutorial, thank you so much.

Myspace.com/MontelProductions

note: the only active link is the link to my page on the bottom left, the others are purposely shut off.

26/11/08 00:57  
Blogger Tim said...

Hey guys,
I'm having a problem.

I would really like to get rid of the Myspace Navigation bar totally.
I used this code:
'style type="text/css"' div.profileWidth table tr td div ul li a, div.profileWidth table tr td div ul li
.rail { position: relative; left: -10000px; }
div.profileWidth { margin-top: -30px !important; }
div.profileWidth div { filter:alpha(opacity=0); opacity:0.0001 } div.profileWidth div.clearfix, div.profileWidth div div { filter: none; opacity: 0.9999; }
div.profileWidth div.clearfix { position: relative; top: 40px; }'/style'

and it worked perfectly, or so I thought :/
It worked for me on a PC with Firefox, IE, and Chrome. But now that I tested it on a Mac it Works in Safari but in Firefox on a Mac it hides the music player and messes up the youtube Video.

If anyone could help that would be great.

Heres my Test Page:
myspace.com/test2312eqw

Thank you!

1/12/08 12:57  
Blogger t-styles said...

Hi Eileen. Here's the problem i'm having. i made a layout, and got it coded, but when i put the friends and comments at the bottom of the page, i have problems. any videos or music players that are posted as comments on the page all get moved from the comment to the middle of the friends section, so there's like 5 things layered on top of each other there.
look at:
www.myspace.com/skrooge
and scroll down to the bottom to see what i mean.
any help would be greatly appreciated.

Thanks
t.styles@gmail.com
Tim Smith

5/12/08 20:09  
Anonymous Anonymous said...

Hello Eileen

I was wondering if you could help me out?

I customised my myspace band page about a year ago with some of your code which I cant seem to find now. Since then Myspace have changed the music player which has now disappeared on my page and also people are not able to message us - when you clisk on message it says contact music for test when it szhould read our band name. It also does this wehn you click friends. I cant seem to find the part of the code which causes this. Can you help. Thank you kindly

Steve
travisbickle_197@hotmail.com

8/12/08 06:38  
Blogger Dvillage2 said...

I'm new to creating an artist page. What is safe mode and where can I find it? Also sorry if this has been answered but to place a background image in my artist page can i put the code anywhere? One more thing, I don't know if you can answer this but When I upload audio to the site it sound aliased or distorted. Tried to contact MYSPACE but no luck. Anyone with an artist page have this problem? any help would be great. Thanks!

10/12/08 18:06  
Blogger citizen said...

hi eileen. I am looking for a bit of guidance.
how do you fill the margins on the side of the page. i used a core image and set the width to the width of the image but i'd like to utilize the left and right margins.

can i just make a bigger image and set the core image width to the larger size?

thanks
citizentheband@gmail.com

12/12/08 14:52  
Blogger u∃∃l!∃ said...

You can use a background image, or a div using absolute placement with reference to the body.

A background image will utilize all the margin space, if it is set to repeat.

Or if you do something like this:

<div class="myLeft">
content here
</div>

<div class="myRight">
content here
</div>

now a style block:
<style>
div.myLeft {width:50px; height:600px; position:absolute; top:0px; left:0px; z-index:0}
div.myRight {width:50px; height:600px; position:absolute; top:0px; left:0px; z-index:0}
</style>

You may end up laying over the edge of the ad, if the user's screen is not wide enough.
I don't know for sure.
In IE sometimes I use z-index:-1 (but that won't work in other browsers).
To set z-index for IE only do this:

_z-index:-1

If you do this:

z-index:0; _z-index:-1

Then IE sees the -1, and all other browsers use the 0.

12/12/08 15:19  
Anonymous Anonymous said...

Im currently trying to get my bands myspace back up and running after the mess around with shows and the player.

I think i have that all sorted but am currently having trouble trying to sort out a colour problem. Id like my comments to be white, when i change that my shows are also changing.

Id like the shows to be black but comments white. Any suggestions?

Thanks
Gav

www.myspace.com/ynep

13/12/08 09:56  
Anonymous Anonymous said...

never mind, i didnt look before i posted. Figured it out. Thanks anyway :)

Gav

14/12/08 12:54  
Blogger LaHermanaDeMiguel said...

Hey Eileen...

I think *myspace made a new change.. or maybe is just an error I'm making placement.. blah no clue i've been about 4 hours in the code, no idea why its acting this way


Well it has to do with the Shows section *only, it actually now is acting strangely ... okay just think this .. okay you may set the *WIDTH* of the shows section, it will be correct, but here is the new *ISSUE, now its making that section.. having a *width as the same as the *DIV CORE IMAGE*


Can you try to check out the code if there is a way addressing it apart, not being connected with the *Div core image width*

If I add a background color to the shows section, it will show the actual Width of that section(its how I noticed its the exact same width as the core image) ...

take a look at my bands *myspace: http://www.myspace.com/lahermana

I would recommend you to copy my shows section code, and place it at another band myspace, try to work with it

{!- shows -!}table table td.text div {position:absolute; width:430px; height:200px; overflow:auto; overflow-x:hidden; top:1390px; left:0px; z-index:9 !important}
{!- UnDo effect on Div in Friend and Comment spaces -!}
table table td.text table div {position:static; height:auto; overflow:hidden}
table table td.text div.commentlinks {display:block;}
table table td.text div table {display:block;}
div table td.text span.whitetext12 {display:none;}
{!-fix column width of shows-!}
{!-set below px width to the width of your shows space-!}
table table td.text div table td, table table td.text div table {width:auto;}
table table td.text div table table {width:100% !important}
{!-adjust below value as needed-!}
table table td.text div table table table {width:100% !important}

14/12/08 17:00  
Blogger LaHermanaDeMiguel said...

Actually you can see the error here: http://www.myspace.com/madcowmadcow23

its one of my TEST-PAGES

Look at the shows section ... how expanded weird is that Red background, in that section, and if you place the Show section to the *right side or anywhere else.. it actually stays on that same *WIDTH* .. around the div overlay coding :(

well Just use this one for an example(to be able to see the background of the shows section), My bands myspace on my last comment before is so that you can noticed it expands the *Myspace Width.. of the Monitor Screen to the right (on 17inch) blahh .. you'll noticed the New Error

*buuu

14/12/08 17:22  
Blogger LaHermanaDeMiguel said...

OMG ... Ignore my last 2 Comments


I found the Fix, it was super way STUPID & DUMB of me, it was simply adding " !impotant " on the Width & Height to the already code you may have.

the New *SHOWS FIX:

{!- shows -!}table table td.text div {position:absolute; background:transparent; width:430px !important; height:200px !impotant; overflow:auto; overflow-x:hidden; top:1390px; left:0px; z-index:9 !important}
{!- UnDo effect on Div in Friend and Comment spaces -!}
table table td.text table div {position:static; height:auto; overflow:hidden}
table table td.text div.commentlinks {display:block;}
table table td.text div table {display:block;}
div table td.text span.whitetext12 {display:none;}
{!-fix column width of shows-!}
{!-set below px width to the width of your shows space-!}
table table td.text div table td, table table td.text div table {width:auto;}
table table td.text div table table {width:100% !important}
{!-adjust below value as needed-!}
table table td.text div table table table {width:100% !important}



:P heheee I managed to do it again =)

14/12/08 17:30  
Blogger LaHermanaDeMiguel said...

I've noticed you haven't placed my Tutorial Website inside your Blog, remember I have the Full Tutorial UPDATED in my website.

http://www.myspacedivs.tk | http://www.myspacedivs.110mb.com

Please add it, since it has the whole complete Updated Myspace Tutorials for Music Profiles.. like you mentioned me that you were going to add in your Blog, I haven't seen it.

14/12/08 17:49  
Blogger u∃∃l!∃ said...

Sorry, I meant to, and then didn't.
I haven't been giving this blog much attention at all anymore.

I added your link to this article.
If I got your name wrong, or you want me to use different text to link to you let me know.

14/12/08 20:05  
Blogger LaHermanaDeMiguel said...

Actually use better http://www.myspacedivs.110mb.com

And well, have that as text too. I wouldn't recommend being only myspacedivs.tk , because I've had people mentioning me some times that the page wouldn't load up) so yes use the URL I mentioned above, it always works that way.

*LaHermanaDeMiguel <-- its my bands name "La Hermana De Miguel" hehee ;) don't worry about it, its not my name.. its actually Erick =P

14/12/08 21:10  
Blogger Golden said...

Hi. I've been working on a Myspace artist account and accidentally copied too much from my Txt file into about me (not in safe mode) and now the edit button is missing for about me. Safe mode will not get you back to the about me on Artist profiles. What can I do?

15/12/08 22:20  
Blogger LaHermanaDeMiguel said...

Eileen Add this second URL.. sometimes from that other website the server goes down.

Added a new one:

http://www.myspacedivs.net84.net

I'll be updating on BOTH

23/12/08 10:03  
Anonymous Zinn said...

Hey Eileen, My name is Zinn and I've created a band div layout, everything is perfect, except one thing.

There is this space after the Div ends, and it's just blank. Not sure how to remove it.

http://www.myspace.com/cityofzinn

or

http://www.loumisery.com

23/12/08 16:48  
Blogger Alex said...

The background behind my div has shifted, and is no longer centered. Anyone have an idea on how to fix this? Thanks!

www.myspace.com/alexwrightmusic

28/12/08 09:54  
Anonymous Anonymous said...

New MYSPACE MUSIC LOGO A SOLUTION

COPY THE LOGO ADD IT TO YOUR DIV OVERLAY AND ADJUST YOUR PLACEMENTS..MUSIC PLAYER ADD COMMENTS VIEW FRIENDS ETC.

i HAD TO ADJUST BY 0 PIXLS.

IT WORKS.

29/12/08 00:20  
Blogger Alex said...

I'm not sure what to do with that. Could someone just give me code?

29/12/08 13:15  
Anonymous Anonymous said...

does anyone know a good way to keep things consistent between safari, firefox, and explorer?
i'm having a few issues with placement of divs and spacing/font sizes and what not.

1/1/09 14:21  
Blogger Andrew said...

Thanks for the code! i used your code for the myspace banner, but i had a question. I'd like to embed a youtube video into the banner. how could i do that?

5/1/09 21:29  
Blogger Dpeacock Studios said...

I am having problems with the shows and music player. I have read over the other comments and other forms. I tried some code and now the shows and music player both don't show. The link is http://www.myspace.com/relevantconductonline Please help.

Derek

18/1/09 11:20  
Blogger Jeff said...

I can't find this anywhere and your work is brilliant, so I'm hoping you can help...

Is there a way to replace the "______'s latest blog entry [subscribe to this blog]" text with an image on band pages? I'd like to keep the blog listing below it, but I can't do it with a simple overlay because it moves down as shows are added above it.

If you're curious as to what I'm trying to do, I've got a button above my "upcoming shows" section (as it does not move around) that is similar. Here is the page: http://www.myspace.com/daysnodifferent

Hope you can help. Thanks for all of your other tips...saved my life. :)

29/1/09 00:22  
Anonymous Dorothy said...

what's up girl?

first of all - thank the lord for you, you have no idea what a help your site is. second, can you help? i have done a lot of editing but nothing too crazy yet and i can't seem to WRITE anything in my band bio section now that i have placed all of this coding in there - i'm a n00b sorry, is this a really stupid question? i've been messing with it all morning ... thanks in advance, dorothy

http://www.myspace.com/stonecoldtour

29/1/09 12:14  
Anonymous asocietyred said...

your code rocks. i'm so frustrated. could you break it down into laymans turns about divs and style blocks. I can make a photoshop picture and i know what i want it to do. so then you put the invisible pics with teh links over them then you place the bio, shows, player, friends and comments with absolute positioning. I have never been able to get this as good as I want it in my head. If someone could find it in their heart to take on a charity case I could throw a few dollars your way but not many.

eileen has helped me before i'll make u some pictures if you really help me.

I want my page to look like myspace.com/cannibalcorpse

with all of my OWN content that I will make in photoshop

http://www.myspace.com/societyredkills

mail me at societyred@gmail.com too.

3/2/09 14:39  
Blogger Alex said...

I am having trouble with my div not centering on a background image. The problem is recent, and fixed itself for a couple days a week ago, but has since reverted back. If you go to my page, (www.myspace.com/alexwrightmusic) you will know what I am talking about. I am willing to pay the person who can fix this. If you are interested, email me at alexwright07@gmail.com. Thanks!

9/2/09 16:05  
Blogger Aleah said...

Eileen. I don't know if you are active here anymore, but i would like to (like many others) tell you that your tutorials (div overlays) are by FAR the best i have found anywhere! Everything is so well explained, clear and simple that even a complete css novice such as myself can begin to see how this works, and achieve beautiful results... I am so very grateful!

Now, I know there are other band page tutorials, but pleeeeeeease wont you complete yours here... I know it would mean a lot to many people, including myself!

warmest regds
/Aleah

14/2/09 19:01  
Blogger A'a Mele said...

Hi...

I was wondering if you could look at my page. www.myspace.com/aamele It's fine in firefox, but in safari the music player isn't correct. Any suggestions? Thanks alot!

aamele

20/2/09 02:21  
Blogger m.little said...

Hi, thanks for the perfect bit of code, i'm doing a friends music page and it's a lot tougher than it used to be!

Everything is fine except the Myspace music player has been pushed to the bottom, and the sides are showing grey, I would like them to be black. Can I send you some graphic work in return for these two things? See the page here:

www.myspace.com/versioncityrecords

Thanks for your time,

Mal

26/2/09 13:31  
Anonymous Anonymous said...

SOMEBODY HELP ME I HAVE SICK ASS DESIGNS IN PHOTOSHOP BUT I DONT KNOW HOW TO WRITE CODES CAN SOMEONE GIVE ME A CODE SO I CAN DO MY PAGE PLEASE
I UNDERSTAND THEM MUCH BETTER WHEN THE CODE IS ALREADY WRITTEN

EMAIL' mykenitty@yahoo.com

1/3/09 00:39  
Blogger Lucas said...

I've worked very hard and am very close to finishing a band site but I've got one holdup. It's similar to a problem Ben was having earlier (the bottom links "about, faq, terms etc." are in the wrong place) but your solution before was conflicting codes. Well in my situation I've used only the codes in the tutorial. I've got a test band page I'm working on to make sure I get I right before I use the code on my real band site, check it out

www.myspace.com/lucashitchmusic

It seems like it's pushed down as far as the core image table, but it needs to be pushed down below the comments table. Please help me, I've worked far too hard on this to be held up now!

3/3/09 10:53  
Blogger Mermo/Mellie said...

Hello!
My problem is with the browser compatibility. :(
this band profile: www.myspace.com/cebuhour looks great when used with mozilla.
but when the positioning is really terrible when I opened it using internet explorer. could you please help me? even a hint a maybe?

5/3/09 10:56  
Blogger Lucas said...

So after days of slaving through html, I figured out that the reason my bottom links were in the wrong spot, was because eileen put the comments and the top friends into the same div...so both the comments and top friends were disregarded by the bottom links positioning. Make sense? Normally the bottom links are defined by how far down the page the comments go, but since the comments were in a div the bottom links were pushed down only as far as the div core image content. This would be fine if the comments were put into a scroll box, but for a band page I thought it more professional to let the comments go all the way down the page.

My solution was to get rid of all the comments code in the bio section and manually tweak the position of the comments located right after the comments div in the sounds like section. (for the noob, i did this by putting the code table table.friendsComments {position:relative; top:-220px; left:100;} directly after the comments div) Also, I kept the top friends code in the bio, but since the top friends and comments div was deleted, I manually positioned top friends code by tweaking it in the same manner I tweaked the comments. If anyone else is running into this problem make sure when you manually set the position you set it to "relative" as "absolute" will screw it up.

I'm so new at coding so this was a serious headache for me...I hope I saved someone else a similar headache. I haven't tried this on other browsers yet but in FF everything works perfectly. I will try it's compatibility out tomorrow as I am currently seeing HTML every time I close my eyes, lol! Thanks for the code Eileen...my site is coming along very well now!

10/3/09 21:23  
Blogger u∃∃l!∃ said...

Did I use height:auto?

The idea is to have ALL of the content (including the friends and comments) logically inside the core div.
That way, as the comment list gets longer, the bottom links should automatically move down.

If done correctly, the bottom links will sit neatly at the bottom of the page.

10/3/09 21:38  
Blogger Lucas said...

Yes the height was on auto. The comments would go down the page without a scroll bar, but they wouldn't push the bottom links down with them. Now I'm still having trouble because although my site looks great in FF and Safari, IE messes my top friends and comments up. I assume it's because their not in a div anymore? I don't know where to go from here. Could it be that your comments and friends div aren't a part of the CORE image div? I know I'm a noob, but it seems like the comments/friends div is posted in the bio and not connected to the members section core image div, cause like I said, the core image div pushed the bottom links down but the comments acted like it was separate. I don't think it's me but I suppose I can start over from scratch to make sure...*bangs head against wall*

12/3/09 08:36  
Blogger Lucas said...

Alrighty, I made another test page to demonstrate.

www.myspace.com/eluveitie345

In this page I have simply copied and pasted your code...nothing else. (I didn't do the music fix or top banner cause I didn't think it was neccessary)

See how the comments are BELOW the bottom links?

I could really use your help on this cause as you can see from my original test page

myspace.com/lucashitchmusic

I've got everything perfect in FF and Safari, but IE messes everything up....I'm sooo close to finishing! Please help!

12/3/09 10:49  
Blogger Lucas said...

I GOT IT!!! Ok, I feel like an idiot, but I figured out that when I put my core image in, I also put pixel height along with it and I guess it conflicted. Didn't even realize what I did. Now everything works great for every browser! My fault...thanks for everything!

12/3/09 12:03  
Anonymous chris said...

Hi Eileen,

first of all, thank you for your great tutorial! I really like it! It's workin fine! but I have still some little problems! Please can you help me? I would really appreciate that!!!

here is my test-page:
http://www.myspace.com/midase

Ok here are the problems:
how can I change the color from the posted text in the comment box? my background is black and the text is also black! I cannot find where to change this? The textcolor should be white!

the text: "shows 2 of 2 friend comments" is also black and the number 2 is red, arrgh... this sould be complete white also!

how can I change the color, in the same category comments, from the sentence ME: comments from friends (or how it called in english? :) it's orange and this should be also white like the friends text (ME has 4 friends)!

ok, next problem, I cannot use the comment box in e.explorer! in FF everythings fine, but nothing in e.explorer!

and last but not least, how can I unhide the pofile in the top left? where the stuff online, photos, videos a little picture... is in? with your tutorial this part is vanished but I have planned this space in my div core graphic!

please look over my page an help me...

thank you very much!

all the best,
chris

25/3/09 20:01  
Anonymous chris said...

I've got almost self done, but one little question - how can I formating the complete general text? where can I find the format stuff for all links, color of the links and words...

how can I reactivate the text: ME has ... friends - and displayed .. of .. friends?

can someone tell me?

thanx

all the best,
chris

25/3/09 23:50  
Blogger Young said...

Hi, I'm trying to find out how the code or how I can bring back my default picture box! (The table where it shows my default picture, headline and profile views). I have done everything else, thank you so much for your help! I've looked everywhere to find out how to do this and this was the only site that took me step by step! HIGHLY recomended to anyone who plans on doing it! But please help with this last process!

My myspace is WWW.PRETTYBOIIZ.COM (WWW.MYSPACE.COM/YOUNGROCKY860)


PLEASE HELPPP!!

26/3/09 21:39  
Blogger LaHermanaDeMiguel said...

Are you blind? "Young" what does it say in the very Top here in this blog

"This guy has a complete tutorial, and has put a lot of effort into coming up with solutions, related the many changes myspace has made since I wrote my articles.

I have not had a lot of time to study all the changes, so I am going to refer people here:
www.myspacedivs.110mb.com Erick's myspace div Tutorial
OR, if that one doesn't load, use this one:
myspacedivs.net84.net "


The Code for what you are asking, I provide it in there ;)
Anyways the actual Domain right now is: http://www.myspacedivs.info

But yeah here is the Down Side, you will have to code it almost entirely again.. since it is a different start up codes.. but I'm pretty sure you will be able to manage it =)

good luck

26/3/09 22:22  
Anonymous chris said...

HI Eileen,

please help me with one little problem I have on myspace!

I've build my page and everything is fine... but the infotext on the top left in opera sometimes it's hidden and after reload it is shown, another tab, the site is loading and the infotext is invisible again - reload a few times and the infotext is visible!!!???

what is wrong with my code? I've tried so many things, but nothing!!!!

please help me out!!!

my site:
http://www.myspace.com/midaseffect

thank you very much!!!

all the best,
chris
-ME-

1/4/09 20:11  
Anonymous chris said...

the problem only exist only in the opera browser! in FF, IE, Safari everything is fine!!!

someone must help me!!! thank you very much...

chris
-ME-

1/4/09 20:13  
Anonymous chris said...

OK i figured it out myself!

no answers necessary any more!!!

big thanks to eileen for her code and erick's site!

greetz from the krauts!

7/4/09 17:40  
Anonymous Melissa said...

What is a core image? I'm trying to create a page for my boyfriends band for the introduction of their new line up. I have no idea how to do that :(

12/4/09 19:53  
Blogger Euc said...

HI GUYS..IM A BAND FROM INDIANA..CURENTLY UNDERGROUND BUT WORKIN ON GETTING SIGNED..WE RAP AND DO RnB..IF ANY GOOD GRAPHIC DESIGN ARTISTS WOULD PLEASE DO A ME A BIG FAVOR AND HITT ME UP ON MYSPACE.[[myspace.com/euc260recordz]].I WANT TO GET A DIV OVERLAY LAYOUT DONE..UHM..I DONT GOT MONEY SOO SOMEBODY THAT WOULD DO IT FOR FREE.bI WOULD PUT U ON MY TOPZ AND THATS THE BEST I KOULD DO..AND PROMOTE UR SKILL...I DONT GOT TIME TO BE DOIN A LAYOUT IM TOO BUSY IN THE STUDIO AND TRYING TO GET A GIG..PLEASE HITT ME UP AT [[myspace.com/euc260recordz]]
-LIL KRIM

20/4/09 14:16  
Anonymous redbaroness said...

Eileen,
First thank you so very much for all of the code and time you have provided for MySpace. How do I contact you directly? I am a website developer, write my own code, but MySpace is beyond being a challenge. Your code has gotten me to almost completion excluding one problem I'm facing. The band profile I have created for a client is http://www.myspace.com/myronmckinley. Everything works fine excluding the bottom links are sitting inside the friends comment scroller and also the friends won't pics won't show and the actual comments doesn't show. I put all the code I used in an html file and sectioned off each block of code to try to dicpher what I did wrong. If you need me to email the html file which shows what I put in each band section, I can certainly do. Time is of the essence because my deadline to complete the profile for my client is this Wednesday, April 29th. I am willing to design a free graphic piece for you of anything that you want in exchange for your help as I am also a Graphic Artist and can draw anything from scratch.
Thank you in advance, Hazel

27/4/09 21:49  
Anonymous Anonymous said...

how do i make it so i can put stuff on top of the background not under it?

3/5/09 06:57  
Blogger Sithram said...

Hello Eileen! First of all, THANKS A LOT FOR YOUR HELP! Until I found your site, structure of MySpace Band was a headache to customize.

I have one problem. I'm using your code to customize myspace band page (http://www.myspace.com/cpcmusicband) and I don't understand why the space between title "CONCIERTOS" and profile_bandschedule appears in IE but not in others browsers. I found that the problem is div[id=tkn_trakingpixelband] and I try to fix it with display:none !important and height:1px !important, but it doesn't work. Do you know why? If I debug with IE8 or IETester I see that IE seems undesrtand the code, but it seems too that div.myCoreDiv div {display:block;} is more important for IE. Thanks!!!

12/5/09 21:55  
OpenID lockandkey4door said...

No where in Myspace's TOS does is say one cannot hide the bottom links. This is a myth perpetuated by mods and mod-lovers. Probably to cover their asses for getting so many profiles deleted. They need to make up an excuse for why. So, seriously, include a way to hide them.

1/6/09 14:40  
Anonymous Fatima said...

Hello Eileen,
I'm trying to place a youtube video on top of a header banner my friend created but when resizing the browser window, the video's position changes. I'm trying to find a way to make it fixed and it's getting on my nerves! My test page is: http://www.myspace.com/expressionsthebook

Thanks in advance for your help and for all you are doing here for us myspace designers.

10/7/09 13:17  
Blogger MrMagic said...

Excellent job. I have used it to create a general format for what I want on a band profile i'm attempting to generate for a friend. I have a limited knowledge of how to edit on myspace, so this was very helpful and I believe with this i could generate the rest of the code myself.

I know how to use CSS, I'm just not good with myspace. This is very helpful, i commend your skills.

12/7/09 12:35  
Anonymous Bex said...

I'm having problems with showing the music player, it shows up fine.
But as soon as I had the shows section to my div it dissappears

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=168720600

21/7/09 04:49  
Anonymous Anonymous said...

I'm having the same problem as Bex in the post above. Any help would be greatly appreciated.

21/9/09 13:06  
Anonymous Anonymous said...

Hey, I have used your old code to hide everything,
but when I clicked Profile> edit profile> musician details
the page is absolutely blank.

is there a way to reverse this?
(thats not too important though coz
i was smart[lol]enough to use a tryout band page)

How do I prevent this from happening next time?

Ive heard you say that you have to use "safe mode"

but what is safe mode?

thank you for your time!

30/9/09 11:32  
Blogger Aaron said...

Hey Eileen,

Wondering if you could help me, been doing my (SPACE) but having a problem im wanting to keep my comments & friends were they are now centered at the bottom of everything, but i want rid of the info&contact box near the top and the blog link thing

www.myspace.com/audioisstikz

Plus i really want to move the music player from the bottom to were the reference pic is just under
(add/message/twitter/facebook) ect and resize it to fit

been trying to do this now for past 2 days with no progress atall !!! god dam haha

i just wasnt born to code !!!!

Thanks in advance for any help
contact me at
audioisstikz@googlemail.com

2/10/09 19:36  
Blogger Kross said...

Hi, this is soooo helpful. What I would love (and I would PayPal you for!) is the same template, but withall the modules restored into their own div (blog scroll box, shows scroll box, comments scroll box, top friends scroll box, music player). Then all I'd have to do is tweak position numbers and dimensions to get things positioned and sized how I want.

I have an older div layout and have been frustrated by divs (with position:absolute) appearin in different places in different browsers.

You are a saint for sharing your knowledge!
Kirk

6/11/09 17:09  
Blogger Peter said...

How do you add things BELOW the myspace player?

23/11/09 10:07  
OpenID perkisizewitmark said...

does anyone know how to unhide the information section such as label, website,ect

29/12/09 09:17  
Anonymous Anonymous said...

Hello, I have make a myspace with this code exactly.
All is OK but my top friends and comments are hidden.
I have test all but I dont understand.
Maybe is this line:
{! removes most content and the space it occupied !}
table table table {display:none}
But I a lost please help me.
Thank You
P.S: Sorry for my English

10/2/10 06:45  

Post a Comment

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

Links to this post:

Create a Link

<< Home