PLEASE do NOT strip my credits out of your code. They are harmless. Unlike most sites, My credits do NOT show up on your visible page, there is no reason to remove them. If you make a derivative of my work, you may add your own credits, but leave mine in tact.

I apologize for being less attentive to people's questions than in the past. I hope to return to doing this at some time. But for now I need to think about what I want to do. This doesn't mean I am completely ignoring all questions, if I suspect there might be a bug in my code, or myspace has made some change effecting it, I will still dig in and research.

Friday, March 02, 2007

MySpace Band Page Top Left Profile Info, Styling, Hiding, etc

If you want to style (hide, move, import) the profileInfo area, on the Standard page (non artist/band) go Here ProfileInfo:Layout, Styling, Hiding, moving etc ...
That article has a nice diagram showing the classes and layout of this space. It has -multiple examples showing how utilize the classes and layering and other attributes to manipulate this space.

Some Quick Links if you are not interested in my Explanations (although reading them may help you to come up with your own code in the future).
Hide entire Top Left Section
Hide Name
Replace Name with Image
Hide Genre
Hide Profile Image
Move Profile Image
reSize Profile Image
Hide Text next to Image(last login, location, profile views, online now)
Hide Text next to Image AND center image, view my pics|videos
Hide Headline, Location, Last Login, Profile Views and View My Pics|Videos
Hide Last Login (only)
Style Profile Info (color, font)
Replace headline, location and profile views with your own text

The Band Page is Different
-It has no profileInfo class (I have been hoping for one).
-It does not have the extra unused cell
-It uses a different colspan for the "view my pics|videos".
-It has both the headline and the genre inside both a font and a strong tag (which is good for addressing them), and has assigned some very dark green color to them, which looks black on a white background. (Try a black background and the green is obvious).
- Mood thing doesn't seem to show up, although it is on the home page, and can be set.
- It accepts html in the headline, which allows one to add further classification to the space (the standard page only takes the font tag).

Otherwise, it is similar.

To see a diagram, which shows the structure of this area, and how it fits into the full page:
myspace page showing structure and classes

There is not enough classification to uniquely address most of the elements in the top left (profile info) area, without effecting other page elements.

However, I can add further classification to this space, by using the headline area.

Here is an example of a page, where I have, by closing and re-opening tables, added more classification:
Click here to see Sample Page
Here I have closed a few tables, added in a P (paragraph) and then re-opened the tables, adding class H to one of them.
(The reason I used a P instead of a div, was due to very limited space).

Notice how my structure is effected.
I can now isolate the top left section from the rest of the left side (sort of).
This is useful if I want to hide this block, without effecting the General section.

Hide entire Top Left Section
i.e. to hide the entire Top left section (above the contact table) I can do this:
Put this in the headline:
</table></table><p><table class=H><td><table><td> 
Now put this at the top of the Bio:

<a class=i href="http://xiii.us/ms/band-profileInfo">
style or hide default image area myspace music page code by Eileen</a>
<style>
table.H, .nametext, font strong{display:none;}
div.clearfix i i, .i {display:none;}
table table table table td.text img {display:none;}
table table p table table td.text img, table table td.text table table td.text img {display:block;}
table, td {height:auto !important; }
table table br {display:none}
table table td.text br, table table p td br {display:inline; line-height:13px}
p {margin-top:-13px;}
</style>
I tried several strategies, while this one did not have the least code, it did have the least effect on other page elements.

Some Other Useful Code Blocks:
Hide Name
<a class=i href="http://xiii.us/ms/band-profileInfo">
style or hide default image area myspace music page code by Eileen</a>
<style>
{!-hide name-!}
span.nameText, x.i i, .i {display:none}
</style>
Replace Name with Image
Set Height to the Height of your image, Set width to the width of your image, and replace the URL of my image with the URL of your image.
<i class=off>! replace nameText with image !
! <a href="http://spiff-myspace.blogspot.com">myspace code tutorials author:Eileen</a>
</i>
<style>
table table table td.text span.nameText {
height:50px !important; width:100px;
display:block;
background-repeat:no-repeat;
background-position:center top;
background-image:url(http://i3.tinypic.com/4p1qxk5.gif);
font-size:0px !important;
text-indent:-1313px;}
div.clearfix i i, .i {display:none;}
</style>
Hide Genre
<style>
{! hide genre !}
table table table td.text font strong{display:none}
{! recover headline !}
table table table table td.text font strong{display:inline}
</style>
Hide Profile Image
<style>
{! remove profile image !}
table table table table td.text a img {display:none;}
{! recover contact table link images !}
table table table.contactTable table td.text a img {display:block;}
{! recover right side images !}
table table td.text table table td.text a img {display:block;}
</style>
Move Profile Image
<style>
{!<a href="http://xiii.us/ms/band-profileInfo">MySpace Band Move Image</a>!}
table table table table td.text a img {position:absolute; top:0px; left:50%; margin-left:-420px;}
{! recover contact table link images !}
table table table.contactTable table td.text a img {position:static; margin-left:0px}
{! recover right side images !}
table table td.text table table td.text a img {position:static; margin-left:0px}
</style>
You need to change the positioning values.
If you have added images to your general area, you need to put them in a class, so that you can address them for override positioning.
reSize Profile Image
<style>
{!<a href="http://xiii.us/ms/band-profileInfo">MySpace Band Resize Profile Image</a>!}
table table table table td.text a img {width:90px; height:auto}
{! recover contact table link images !}
table table table.contactTable table td.text a img {width:auto; height:auto}
{! recover right side images !}
table table td.text table table td.text a img {width:auto; height:auto}
</style>


Hide Text next to Image AND center image, view my pics|videos
Start by putting code in the headline to add additional classification. This is the only way we can separate the "view my pics|videos" from the general table.
This also gives us greater control over text next to the image.

Put this in the Headline:
</td></tr></table><p><table><tr><td><p>
Put this at the top of the Bio:
<a class=i href="http://xiii.us/ms/band-profileInfo">
mySpace band page Customizing Tutorials by Eileen (Top Left Profile Info)
</a>
<style>
{! use ONLY WITH additional code in the Headline !}
{! hide text next to profile image !}
{! center name, genre, image, view-my-pics-videos !}
x.i i i, .i {display:none}
p p {display:none}
p table {width:100%; margin-top:-13px;}
table table table table td.text {width:auto; text-align:center}
table table table table td.text img {display:none;}
table table table table td.text font strong {display:none;}
table table table table td.text a img {display:block; margin-right:auto; margin-left:auto}
table table table td.text {text-align:center}
div.clearfix i i, .i {display:none;}
</style>




Hide Text next to Image(last login, location, profile views, online now)
Put this in the Headline AFTER any Headline text you want to show:
"<div class="H">
Now put this at the top of your bio section (or wherever you are keeping style blocks):
<style>
div.H {display:none}
{! remove quote. Use only if you have no headline text displayed !}
table table table table td.text font strong {display:none;}
</style>
Hide Headline, Location, Last Login, Profile Views and View My Pics|Videos
Due to this being at the exact same level as the General Table, I have to add additional classification to make this work.
I can do this in the General Section, but this would require that I re-create multiple headers and cells within that space.
I can do this in the Headline.
I choose the Headline.
Step 1) Install this code in your headline:
</td></tr></table><table class="T"><tr><td >
Step 2) Place this block at the top of the Bio (or where ever you keep your style blocks):
<span class="off">!-Below style block works with additional code added to headline-!</span>
<style>
{!-text next to and under profile image-!}
table.T {display:none;}
{!-hide quote-!}
table table table table td.text font strong {display:none;}
</style>

If you combine the above, you can hide the entire space.
Step 1) Install this code in your headline:
</td></tr></table><table class="T"><tr><td >
Step 2)Place this block at the top of the Bio (or where ever you keep your style blocks):
<span class="off">!-Below style block works, to hide the profile Info area (top left) with additional code added to headline-!</span>
<style>
{!-text next to and under profile image-!}
table.T {display:none;}
{!-hide genre and quote-!}
table table table td.text font strong {display:none;}
{!-band name-!}
span.nameText {display:none}
{!-clear gifs-!}
table table table td.text img {display:none;}
table table table.contactTable td.text img {display:block;}
table table table td {height:auto !important;}
{!-anything on right side of profile-!}
table table td.text table td.text img {display:block;}
</style>
<span class="off">!-End block to hide Profile Info (top left)-!</span>
Hide Last Login (only)
This requires that we add a div and p (paragraph) to the area, so that we can get the needed positioning and then clip off the last login.
(Clip requires position absolute, we need the div to create the outer container so that when we do the position absolute we have a reference point).

You WILL NEED TO ALTER px values. The values used, worked perfectly on my test page. The actual values needed depend on the amount of space taken up by the text in your space, along with the size of your image.

Place the following code in the Headline:
YOUR HEADLINE"<div class=H><p> 
Now place this code at the top of the Bio:
<style>
{!<a href="http://xiii.us/ms/band-profileInfo">MySpace Hide Last Login</a>!}
{! assumes you created div.H and P in the headline !}
{! insure that online now icon does not change position of last login !}
div.H img {position:absolute;}
{! set a known px size, so that the size does not fluctuate as much cross browser!}
div.H p {font-size:11px}
{! set div height to the height the text content currently takes up !}
div.H {height:200px; position:relative; top:0px;}
{! clip of last login and top hanging quote !}
div.H p {position:absolute; top:0px; left:0px; clip: rect(20px, 200px, 130px, 0px)}
</style>
Getting Clip Values correct:
rect (top, right, bottom, left)
Top: clips off of the top. If too much has been clipped off the top, decrease this value.
Bottom: If too much has been clipped off of the bottom, INCREASE this value.
If too little has been clipped of decrease the value.

Right: This should be the width of the P (paragraph)
To temporarily see what is going on, you may want to add this line (put it inside the style block)

div.H p {border:2px green solid;}
This will allow you to see the boundaries of the Paragraph you are clipping.


Style Profile Info
The below style block will make the area look like this:

Match the coloring/styling on the diagram, with what I use in the code, to see how to style each section.
<style>
{!-The text next to picture, all in class td.text-!}
table table table table td.text {color:red !important; font-family:comic sans ms; font-size:11px;}
{!-name above picture-!}
span.nametext {color:blue !important; font-size:18px; font-family:courier new; background-color:pink}
{!-genre and headline-!}
table table table td font strong {color:hotpink;font-size:8px; font-family:impact; border-bottom:3px green solid}
{!-headline NOT genre in case you want them different-!}
table table table table td font strong {color:hotpink;font-size:8px; font-family:impact; border-bottom:3px green solid}
{!-links; this effects many other links on the page-!}
table table table a {color:violet !important; font-size:14px; font-family:impact}
</style>
Replace headline, location and profile views with your own text

If you want to fake the number in the profile views, this solution will do this.

Step 1) Create an image which contains the text. The image should be about 130px high and 180px wide.
You can use any drawing tool for this (paint, photoshop, paintshop). There are also some online sites you can use for this step.
(I will add some later).

Step 2) Save your image to www.tinypic.com
You can use another site to host the image, however you must have a very tiny name.
They band page headline does have many characters to work with.

Step 3) Place this code in the headline:
<img src="URL-OF-IMAGE"/>
Place this code in the bio:
<style>
font strong img {background-color:white; width:180px; height:130px; position:absolute; margin-left:-10px; margin-top:-20px;}
</style>

Although I think the above is cleaner, another way to fake the profile views is to create a paragraph (or div) which has the desired number of views, give it an opaque background, and place it over the existing profile views.

Each profile is different, so the values needed will vary from profile to profile.
The below code worked on my own test page.

Place this in the headline:
<div class=P>profile views: 666</div>
You have some room for headline text after the above code, but not much. You can replace the div with a P to gain more space for headline text.
Place this in the bio:
<style>
div.P {display:block; background-color:yellow; height:40px; width:160px; }
div.P {font-size:13px;}
div.P {position:absolute; margin-top:75px; _margin-top:90px; _margin-left:-10px;}
</style>
change Yellow to the color of your own background.
You may need to adjust the margin values.

Thankyou for Visiting; have a nice day

codes ? Is not code plural already? I have been a software engineer for several years now, and before myspace existed, I had never seen the word codes in reference to software code.
MySpace band page last login
How to hide the last login on the band page myspace

Labels:

98 Comments:

Anonymous Anonymous said...

how do i get rid of the search on the top of the page

30/8/07 20:01  
Blogger Eileen (aka Coboble) said...

<style>
{! hide search form !}
div table form {display:none;}
</style>

30/8/07 20:22  
Anonymous Anonymous said...

How can I change my friends' comments text colors?

3/9/07 19:09  
Blogger Eileen (aka Coboble) said...

To change friend's comments text color do this:

<style>
table.friendsComments table table td {color:hotpink !important;}
</style>


Replace the hotpink with the color of your choice.

5/9/07 18:43  
Blogger Malise said...

Wonderful info...

I was curious, how can you hide the profile views, location, last login etc..and then center the default image within that field (while leaving the view pix/videos link)? Or, not using the default pic at all, but one of my own choosing?

I'm getting the idea from the Metallica myspace.

7/9/07 11:21  
Anonymous dan said...

Hi, I was wondering if there is any way of making a background specifically for the 'general info' table, in which the background appears on top of all the text? sort of like how contact tables are done.

14/10/07 14:00  
Blogger Eileen (aka Coboble) said...

Dan,

If you add a background to the general info table, it will not sit on top of the text, it will be behind it.

The custom contact tables, which work by putting in a custom background, actually HIDE the text that was there, the custom image is not on top of the other images, it is behind them.
But the links are still active.

The general interests table is not addressable, without effecting other tables either.

If you want to cover the elements in this table, you can instead just replace the table with a custom table.

i.e.
Leave the web page blank so it doesn't show up.
Enter code in the band members section which will close out the existing table, and start a new table.
Put in the new table.
Hide what is left of the old table.
Move the new table up to cover "member since" because that is a lot of work to hide without also effecting the profile table in the top left.

Are you interested in code to re-create the table?
I wrote some once, I am not sure what discussion group it was where I answered this question for someone.
I might be able to find it, or just re-write the code.

16/10/07 23:13  
Blogger Shannon said...

how do I delete my band profile?

20/10/07 10:46  
Anonymous dan said...

eileen,

thanks for the reply! seems very complex; I did read somewhere that the band profiles didn't have as many separate classes as personal ones. Would one way around it be to put a picture into the profile that appears at the position of the table, therefore replacing the table? thanks

20/10/07 11:59  
Anonymous Anonymous said...

Hey, how can you hide this Member Since section in General Info @ band profile? Or maybe the whole section?

23/10/07 13:59  
Anonymous Anonymous said...

hey. my name is beliy.

How do you hide the bands general info on a music myspace?



band website, lable...etc

thanks

24/10/07 10:33  
Anonymous Anonymous said...

its me beliy again.
Also can i move the bio section?

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

beily
Band Page General Section

I don't know if that will meet your needs or not.

Where do you want to move the Bio section to?
The best strategy, depends on where you want to place it.

24/10/07 22:59  
Blogger Eileen (aka Coboble) said...

Dan,
Yes, it is true that the band page does not have as many classes.

I am still not sure what you are trying to do.
If you want a picture at the top of the General table, that can be done, because the span, that the header is in, can be independently addressed (it requires extra code to reverse the effect on the contact table and shows, but at least there is a way to address these, to do the reverse).

24/10/07 23:03  
Anonymous Anonymous said...

how do you get scrollin friends and comments?

25/10/07 14:32  
Anonymous Dan said...

Hi its Dan again.

Sorry if I wasn't too clear before. I'll try again

Basically, I have a picture that is the same size as the General Info table, and I want this picture to appear on top of the table.

Thanks

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

How do i put a picture next to my name or above my age and location on mypsace. I have it set to private but i want to be able to put a picture on the page that says private

29/10/07 20:15  
Anonymous Anonymous said...

Hey There! If you check the myspace I am trying to work on. I removed all the content to the left of the profile picture but there is a grey quote. I checked all my code for a renegade key stroke but it wasn't there. Any idea? or code to close the table it's in, out.

2/11/07 12:01  
Anonymous Anonymous said...

MYSPACE
sorry i forgot to add the link

2/11/07 12:02  
Blogger Eileen (aka Coboble) said...

Anonymous (Ihateyou)
(That is an interesting page name)
I didn't see the quote you are speaking of, however I know what causes it.
It is not a character you typed.

It is only easy to classify (for unique addressing) the content AFTER the first quote, which normally surrounds the headline.

You need to use the block of code that has the line for hiding the hanging quote.

If you used that, and the quote still shows, I can look and see why.
But I am not seeing the quote on your profile.

2/11/07 15:19  
Blogger Chris said...

hahaha. it's just a test page. =)
here is a screen shot of the quote.
I just can't figure out how to isolate it and remove it. Hopefully you can't help. Atleast it's no that noticeable(spelling?)
thanks!
chris

3/11/07 00:05  
Blogger Eileen (aka Coboble) said...

Chris,

I found it.

Use this line:

table table table table td.text font strong {display:none !important}


Make sure it goes in a style block (between style tags).

3/11/07 02:55  
Blogger Chris said...

i'm not quite sure what I would do without you and your wonderful page. thank you sooooooooo much!!!

5/11/07 22:07  
Anonymous Anonymous said...

Hey there,

Great site! I was just wondering how I would put the details discussed (Profile views, quote, View Pic|Videos etc) in a custom div else where in the page.

Cheers.

9/11/07 06:36  
Anonymous Nicole said...

Hi I was wondering if you could put a background on the private profile page?

Like when someone comes upon your profile, but its private there can be a background and stuff without them actually viewing the whole profile.
If that makes enough sense, sorry!

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

Nicole

It is possible.
I believe the only way to customize the Private Profile view (what non friend users see) is to use the official myspace editor.
This editor creates a style sheet, which gets applied, even to a private profile.
The actual profile editor only works in IE (or at least only worked in IE last time I played with it). However, the actual customizations applied, work cross browser.

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

anonymous
Putting the content from the profile info area, on a custom div overlay, is possible, but may not be worth the effort.

It involves placing code into the headline area, to further classify this space.
It also presents some cross browser placement differences.

I started an article on how to do this and never finished it.
I may finish it today.
If I do, I will add an entry to my table of contents at the side of this blog, in the div overlay category.

It is so easy to duplicate the information in this space (except the last login).

There are multiple counters available, which are more accurate than the offical myspace counter.

10/11/07 10:15  
Anonymous Anonymous said...

Hey, thanks for the reply.

I basically just want the default picture, the headline, and the location, and the View My Pics|Video, in my custom div. This is my test profile account http://www.myspace.com/bloodrunsthicker

I want to place that info in a custom div that contrains the Message Us, View Pictures etc under the title in the top right.

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

anonymous (bloodrunsthicker)

I did write up how to import the content from the top left into a div overlay, but it won't work for you.
The entire headline is taken up with code, and there is no room for the headline.

However, considering the content you want to retrieve, I do NOT think that you really want to import the content.

I think you want to re-create the content.
If you wanted profile views and/or last login, it might make sense to go to the trouble to import.

Think about it.
What is in the headline?
What you type, and you can type the content anywhere.

What about the image?
You can show the image without getting it from the default content in the top left.

Location is static, why not re-create it?

The links, view my pics|videos
is easy to just re-create.

Here is an example (it is not a band page) where I placed the profile image onto the div overlay by just adding code to stick it there, and didn't import it from the default page:
MySpace page with image added
For instructions, to do this go here:
Instructions
Go to step 6.

You can do the other content the same way.
Just add it.

i.e.
<div class="myLinks" >
View My <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=212778504&albumId=0">Pics</a>|<a href="http://vids.myspace.com/index.cfm?fuseaction=vids.showvids&friendID=212778504">Videos</a>
</div>
<style>
div.myLinks {position:absolute; top:Ypx; left:Xpx}
</style>


You can do something similar with location and headline.

Look at this and see how much work it is to actually import this content, rather than re-creating it:
div overlay to allow for import of top left content

12/11/07 15:48  
Blogger biomecca said...

eileen, you are by far the BEST myspace resource i have ever found. thank you so much for everything.

i have used your one column band tweak and love it. my question to you is there any way to get ride of the table that contains the band members, influences, sounds like, etc?

thanks so much!
anthony / gnarkill

4/12/07 23:37  
Anonymous Chio said...

hiiiiiii i love this blog.!!!!!!




anyway i can contact you directly,
?
i got a question thats killin meeeeeeeh.
thanks.
:)

12/12/07 13:48  
Anonymous lftftheband said...

i corrected your code for hiding the profile image a bit.
on my profile it made the images of your top friends disappear too...



{! remove profile image !}
table table table table td.text a img {display:none;}
{! recover contact table link images !}
table table table.contactTable table td.text a img {display:block;}
{! recover right side images !}
table table td.text table table td.text a img {display:block;}
{! recover topfriends images !}
table.friendSpace table td.text a img {display:block}



so i just added this:
{! recover topfriends images !}
table.friendSpace table td.text a img {display:block}

you're a hero btw!

13/12/07 06:12  
Anonymous Mary said...

Hi, I've been using many codes around the net & well yours are the only one that really work! ur great!
My question is about trackers I use "spyspace" & have seen it work in all it's glory it really does. now myspace has blocked the many codes they have came up with, I guess they ran out of codes I mean the recent one still works only now it doesn't show the page of the person it only gives an IP. I was wondering being you're so good at codes do you know how to create such code? is it easy like for anyone to do? please help THX

17/12/07 08:55  
Blogger Eileen (aka Coboble) said...

lftftheband
Thank you.
I have given this to a few people, but I missed it in a few of my code blocks. Thanks.

17/12/07 09:14  
Blogger Eileen (aka Coboble) said...

Mary
On trackers,
I have never been interested in one, so I have never looked at them.
However, you now have me curious.

It sounds like you not only want the normal information that can be determined about someone who accesses your page, you want to tap into information that requires you tap into the html of the referring page. Not only do you want to tap into the html of the referring page, you want to tap into it, in the state it is in, at the point the access occurs (to allow the extraction of the friend id).

I would be very curious to see the code they provided you with.

eileentemp1@xiii.us

17/12/07 09:47  
Anonymous Mary said...

HI Eileen I e-mailed u the code. Did u receive it?

19/12/07 08:53  
Blogger Eileen (aka Coboble) said...

Mary,
I did, and I sent you an answer.
Did you get it.
(The return email is not exactly the same, but the subject and name are).

19/12/07 23:13  
Anonymous Mary said...

no I'm sorry I didn't receive your answer. Can u resend it please thank you! :)

20/12/07 21:45  
Anonymous Anonymous said...

hi eileen, first off i think its a great service youre providing the myspace community, you deserve a pat on the back :D

now to my question (forgive me if it's been asked already, or you've addressed the subject in a previous post)..

i was wondering if it was possible to first hide the name, profile image, details and info on the left side, including the contact box, and then to replace it with an overlay that only affects the left hand side, leaving the right side (standalone player, shows, band bio, etc) intact? reason being, i want to retain a lot of the current layout on the right hand side of the band bio, but want the left side to be a little better looking, you get me?

ive created my image, sliced it up and tied all the links to their appropriate slices, uploaded the slices to photobucket, altered the HTML code of the image itself so that it appears as one cohesive image - so now all i need is a code that allows me to insert this mini overlay over the aforementioned areas (left side)

i hope i made sense, and that i hear from you soon. i understand what with the holidays and all it may be hard for you, so i wont hold my breath :)

many thanks in advance!

20/12/07 22:02  
Blogger Eileen (aka Coboble) said...

Yes it is possible.
Conceptually you would hide the left side.
Then you would put code into the General section which closed off enough levels of cell/row/table to take you up to a point where you are in the left column, but outside of any table nested in the column.

Then you would create the div at that level.
(I will try to write the code for this later, I conceptually know how to do it, but have not yet written code for it).

28/12/07 01:56  
Anonymous Anonymous said...

woww this is such a GREAT websitee ! Your codes dont have those annoying credit links and the actually work ! thnks alot .

On my profile i hid my mood and the videos and pics links, but now the left side of my profile looks empty.. i was wondering if you ahve any codes that put an image underneath my default pic ??

thanks alot !

7/1/08 00:13  
Blogger Eileen (aka Coboble) said...

Is it a standard page or a band page?

I don't have code, but I could write some pretty quickly.

You can put a background image in the same cell you removed the "view all pic|videos" from.

However, if it is a band page, you will need to do some further classification, by putting code in the headline, or there will be conflicts with the interests table.
For the standard page, since the space already has a class, it is easier.

7/1/08 00:30  
Anonymous Anonymous said...

How do you change the Genre text style without changing the Headline. And also how do you add your own custom genres??

13/1/08 05:46  
Anonymous Jamie said...

Hey Eileen, I'm trying to replace my band name with an image using your code.

However the image isn't appearing.

Can you please give me the correct code using this image? http://tinypic.com/view.php?pic=81ygx6s&s=1

Thanks alot.

13/1/08 06:26  
Anonymous Anonymous said...

hi there, thank you so much for your blog. i'm creating a band profile and wanted to hide the complete .profileInfo section which your tutorial told me how to do. is there anyway of then moving up the url and general info section to line up with the blog?

13/1/08 16:17  
Anonymous Mesknot said...

eileen the goddess of myspace styling please help me, well this is my problem;

http://www.myspace.com/gettoff

I just want the profile info to show, I made a DIV where i made a custom contact table and that background for the profileinfo section but the DIV i made it's on it... i tried to set the z-index:-1; but the DIV (including the contact table) dissapears in Firefox, how i can fix that ?
oh! and the ADD dissapeared too and i dunno how haha, it shows sometimes and sometimes not.

14/1/08 15:17  
Blogger Eileen (aka Coboble) said...

The ad is displayed at multiple levels, so if you are only hiding one of them, you will see the ad sometimes and not other times.

See this:
vanishing ad banner

Or it is that only swf (flash) ads are showing. Since flash wants to sit on top, it will show up even if z-indexing has it layered below something.

I do not advise using z-index:-1.
I know I once had this in some of my examples but I no longer use it.
It is non standard and subject to cross browser issues.
You should not need it.

Getting the profile info onto a div overlay is a challenge, but not impossible.
However, I usually recommend re-creating the info.

You can look at this:
band div overlay which allows importing of profile views and last login

15/1/08 23:33  
Blogger Eileen (aka Coboble) said...

ananymous
I added another block of code, for hiding the band page top left (profileInfo) data.
This should cause the remainder of the left side content, to move up:

top left of band page

15/1/08 23:35  
Blogger Eileen (aka Coboble) said...

anonymous
I have a block of code, above, for hiding the genre without the headline.
You can use the same concept to change the style of the text, and then set the headline text different.

{! genre !}
table table table td.text font strong{color:hotpink}
{! headline !}
table table table table td.text font strong{color:darkgreen}

If you want to add custom genre stuff, you can create an image, with the needed text in it (for your custom genres) and then use the image as a background.
It is possible, but tedious.

15/1/08 23:43  
Anonymous Mesknot said...

eileen, you're HOT! =) thanks i'll try to do that way

18/1/08 14:39  
Anonymous Anonymous said...

How do i set the color of genre and headline text, i cant get it off the useless dark teal color.

20/1/08 18:08  
Anonymous Five Mile Town said...

Hey Eileen,

I'm in a band and we are releasing a new EP soon so I am trying to think of a good way to customize our page. I had a good idea and I can do it, except for two codes. I was wondering if there is a way to separate (in the left column) the top area with the Band name, picture, headline, view more pics, etc. from the contact box and everything below it? I would like to put something in between it.

Also, a similar question: I know how to move the music player, but if i moved the music player down, i would be covering up the shows/blog area. SO my question is, is there a way to move that column down as a whole??

I would really appreciate any help you can give me! :)

If you want to, check out our current myspace page and layout i made. and our music if you want(it's not the new stuff).
www.myspace.com/fivemiletown

Thanks mucho!

26/1/08 09:47  
Anonymous Five Mile Town said...

Hey again,

I just realized i dont need a code to move the right column with the music player down, i just need a code to separate the profile picture area from the contact box and below.

If it's easier, it's just fine if i separate the profile picture area AND contact box (grouped together) from the stuff below it.

any thoughts?

thank you

26/1/08 10:19  
Blogger Muddi said...

Hey,

great info here!
i wonder if it´s possible to hide the location only on a band profile, without hiding the rest (views, last login etc....)?

thanks!

26/1/08 17:24  
Anonymous Anonymous said...

hey,
i have a band layout that for some reason covers up the band genre, but i dont want it to. i know that the pic i use as the band name isnt covering it up.. so i cant figure out why its not showing up.. can u help? thanks.
heres the url-

myspace.com/theskylinelights

2/2/08 20:45  
Anonymous Anonymous said...

hullo eileen.. i wonder can you help me how to put picture at my band member's section?I'm getting tired of looking only at text..help me plz plz~~

3/2/08 22:57  
Anonymous Anonymous said...

Hi,

I use a band webpage as my personal webpage and I was wondering how I could Hide comments and friends. I can hide friends very easily but I havent been able to hide my comments.

5/2/08 16:40  
Blogger Eileen (aka Coboble) said...

to hide friends Comments

table.friendsComments{display:none;}

And if your code to hide the friends, is more than just this:

table.friendSpace{display:none;}

Then replace it.

Both of those lines go in a style clause (i.e. between style tags).

5/2/08 17:15  
Blogger Eileen (aka Coboble) said...

To put a picture in the band member section, just put in code for the image.
<img src="URL-OF-IMAGE">

5/2/08 17:17  
Blogger Eileen (aka Coboble) said...

theskylinelights

It is this block of code:

body td table, body div table {

margin-top: -9;

_margin-top:1;

color: ffffff;}

Remove that block.

5/2/08 17:25  
Blogger Eileen (aka Coboble) said...

muddi
Yes, but it requires the clip.

I do something similar where I hide only the last login.
But in this case you want to clip off the top instead of the bottom of the block.
I don't have time to write code for it right now, but I might later.

5/2/08 17:29  
Anonymous Anonymous said...

HI:) On my profile, I've replaced my headline, age, location, and lastlogin with my own info. But now, my "online now" icon is no longer showing when I'm online! Help! Thanks in advance.

8/2/08 10:56  
Anonymous Anonymous said...

Eileen, I searched your site but did notfind how to hide "View Pics/Videos" on Band profile. I tried figuring it out using your diagram but to no avail. Can you help me out please?

Thanks in advance!
Alain

10/2/08 07:25  
Anonymous Kiara said...

okay so i used your div layout tutorial for the band profile and i wanted to know how could i hide the image [default pic] and the info next it btw i can't fit anything else in my headline...PLEASE HELP !

10/2/08 12:58  
Blogger Eileen (aka Coboble) said...

kiara
If you used the div overlay tutorial, and did NOT use the one which is specific for those who want to keep the profile image, it should be hidden.

Alain
What else do you want to hide?
I ask this because the view pics|videos is at the same level as the general table.
There are several options. The best one is dependent on what else you are willing to hide.

1) add further classification to the headline, so it can be isolated.
This will move the text next to the image down under it.
Good idea if you want to more or remove this text block, and do not have other text needed in the headline.

2) Stuff it under the profile Image. This has the side effect of pushing the image down, creating more gap between it and the name.

3) Stuff it under the contact table. This doesn't work if you have a custom contact table you use a background image for, unless you have an opaque header for it, thick enough to cover the "view my" text.

4) Add additional classification to the general table, so that the "view my" can be isolated without effecting it.
This requires that one re-create the table header and the first few cells in that table.

I am not even sure it is worth the trouble to get rid of.


anonymous (that has online icon hidden)
You have to hide the block differently, if you want to keep the online icon.

I don't know what strategy you used to create your own custom info, did you use an image, or just put all the text in the headline?

Do you have this (or something similar) at the end of the headline?
<font class="off">

If you do remove it.
If you have other code for hiding this text, delete that code.

Now put this at the end of the headline. (after the code for the image if using an image to spoof the text)
<p class=T>


Now to hide the default text do this

<style>
{! minimize and hide text under headline !}
p.T { font-size:0px; letter-spacing:-400px; word-spacing:-400px; visibility:hidden}
{! restore online image !}
p.T img {visibility:visible;}
</style>

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

hey eileen.
Do you know how i can change the font colour of the headline and also genre part on my band profile?
J x

11/2/08 15:24  
Anonymous Anonymous said...

Is there any way to have my headline, age, location, and last log-in appear underneath my profile pic instead of next to it?

13/2/08 19:57  
Anonymous Brando said...

Eileen
your site is great! i've got a quick question, hopefully you can help me out. i'm trying to put a picture of a poster for a show on my band page. somewhere on the right side, maybe under the bio? wondering if you could help me out.

22/2/08 18:50  
Anonymous Anonymous said...

Hello,

thx for your Codes - but i have one Problem i hope you can fix it.

When i use the "Hide Last Login (only)" Code, it appears an "Online Now", that has nothing to do with the normal "Online now" Status!

Here a Picture: http://img522.imageshack.us/img522/15/bild1sf2.jpg

How can I remove thiS?

Thx & Greetings from Germany

Peter

29/2/08 00:21  
Anonymous Anonymous said...

Thank you for your code where I can move the profile picture across :). My problem is that the box that the picture was in becomes much smaller because the picture is no longer technically in it once it's been moved. Is there a way to make the box the original larger size again, so it looks like the (now centered) picture is still in it?

8/3/08 00:57  
Blogger xiKkeT said...

Hey Eileen,

I'm really sorry to bother you with this, it looks like you're swamped with questions but, I'm kind of desperate. I'm doing a band profile and it's really important that I move the comment box from the centre, to the right. Do you know if this is possible? If so, would you happen to know how to do it?

The site is www.myspace.com/francamasuhoycomoayer

Thanks ahead of time for any help!

18/3/08 03:04  
Blogger will[yum] said...

hey
i need to just move my general
details section to the left on my band page without affecting anything else on the page like the default pic and all the top left stuff. ive used alot of div things throughout my profile.

here is the url so you can see what i mean
www.myspace.com/owlicker

this is a seperate myspace than our real one.
im just doing the editing on this
one so we can just post it quick over night.

=]

28/3/08 09:18