My Space Left Side, Structure, Hiding, Styling, and More
The following page has a diagram, which shows the layout of the myspace page.
Click Here: MySpace Page Layout
It shows the depth of each page elements.
By depth I mean the number of layers, of div, table, and cells. (I do not show rows).
Notice the left column, it has a black dashed border. It has no class assigned (the right column has class text assigned, it is shown in red dashed).
EVERTHING in this column has a class assigned.
It has the following classes:
profileInfo
contactTable
userProfileURL
interestsAndDetails
userProfileDetail
userProfileSchool
userProfileCompany
userProfileNetworking
There is also an object (addressed as an embed in FF).
This is addressed as follows:
table table div object,
table table div embed
If I want to hide everything on the left side I do this:
The only command, above, which has the potential of effecting another page element, is the line to hide the music player. Because it has no class, we had to address it by depth. This is why I was more explicit with its depth, than I was with the other elements.
To restore the myspace video player, and any videos you may have in your blurbs, use this:
For more code which can be used to manipulate the left side of the profile, Click on the Subject in the below table:
Click Here: MySpace Page Layout
It shows the depth of each page elements.
By depth I mean the number of layers, of div, table, and cells. (I do not show rows).
Notice the left column, it has a black dashed border. It has no class assigned (the right column has class text assigned, it is shown in red dashed).
EVERTHING in this column has a class assigned.
It has the following classes:
profileInfo
contactTable
userProfileURL
interestsAndDetails
userProfileDetail
userProfileSchool
userProfileCompany
userProfileNetworking
There is also an object (addressed as an embed in FF).
This is addressed as follows:
table table div object,
table table div embed
If I want to hide everything on the left side I do this:
<style>
table.profileInfo,
table.contactTable,
table.userProfileURL,
table.interestsAndDetails,
table.userProfileDetail,
table.userProfileSchool,
table.userProfileCompany,
table.userProfileNetworking,
table table td div object, table table td div embed
{display:none;}
{! additional code if you want to center what is left !}
table img {display:none;}
div table img, table table td.text img {display:block;}
td {width:auto !important;}
</style>
The only command, above, which has the potential of effecting another page element, is the line to hide the music player. Because it has no class, we had to address it by depth. This is why I was more explicit with its depth, than I was with the other elements.
To restore the myspace video player, and any videos you may have in your blurbs, use this:
<style>
table table td.text object,
table table td.text embed {display:block;}
</style>
For more code which can be used to manipulate the left side of the profile, Click on the Subject in the below table:
Have a Nice Day; Thank you for Visiting :-)
How to Hide entire left side of myspace OR
hide whole left side myspace.
How to Hide entire left side of myspace OR
hide whole left side myspace.
Labels: myspace left profileInfo
13 Comments:
comment nuggets!!
hey what if your music player wont start?
I don't know what to do if the myspace functionality, which is supposed to work, does not work.
Is it auto play which doesn't work, or when you push the play button?
I know they have been having trouble with the auto-play setting you set for you profile. All mine were set to auto-play off, and I had to recently re-set them all, for them to not start automatically.
Why don't you try re-setting that.
If it look right, re-save it anyway.
See if that works.
Thankyou so much for those codes, they were such a help.
XX
those codes were great! but is it possible to make the right side centered?
Hi =)
Is there a way to change the interests/details default colors (shades of blue) to other colors such as shades of pink or purple or something?
Sophia
For tasks such as changing colors and fonts of a specific myspace section, I think that this resource may be easier to use than my instructions:
interactive profile customizing tool
If that doesn't work for you, I will give you further help.
thanks a lot for the website suggestion; it's very useful =]
hi :) is there a way to have the right side centered?
um how do i take away the blue area next to heros intrests ect?
thanks x
hey how do you remove all that blue area on the left of the heroes and intrests section ect?
thanks x
Hi, just wondering how to center the actual URL on a band page.. if you look at my page, the url is left aligned witin the table, I want to center it within the table.
www.myspace.com/cynikalmusic
thanks!!
thanks! exactly what i wanted!
Post a Comment
Links to this post:
Create a Link
<< Home