myspace 2.0 skinny profile
This may be the one task, I have found, that is not easier in myspace 2.0 then it was in version 1.
However, it is still reasonable to do.
IF you want the profile skinnier then 720px (the width of the ad banner), unless you are willing to keep the entire top area, sized to at least 720px wide, you need to do a "pick up and plop" (otherwise known as absolute positioning) with the top ad banner.
The following code block makes the profile 550px wide, including the top menu and search area.
Place this code into the css area of the customizing section (select customize profile from the profile menu, then select css).
I HIGHLY recommend applying a music player skin, or at least resizing the player, to fit into the narrow column.
You can get the code to resize and/or apply a skin to the music player here:
myspace 2.0 music playlist music player skins, resize, and position player code
You may also want a skinny contact table, you will find the code for that here:
myspace 2.0 custom contact tables, resize contact table
However, it is still reasonable to do.
IF you want the profile skinnier then 720px (the width of the ad banner), unless you are willing to keep the entire top area, sized to at least 720px wide, you need to do a "pick up and plop" (otherwise known as absolute positioning) with the top ad banner.
The following code block makes the profile 550px wide, including the top menu and search area.
Place this code into the css area of the customizing section (select customize profile from the profile menu, then select css).
{! skinny profile 550px wide code by Eileen !}
ul#rightNav, ul#leftNav {border-right:0px;}
div#leaderboard {position:absolute; top:0px; right:50%; margin-right:-370px}
h2#mslogo.global {display:none}
div.wrap {width:550px; margin-right:auto; margin-left:auto; margin-top:90px;}
div#header {background-color:transparent;}
div#googlebar {background: transparent url(''); width:550px; height:50px; position:relative; margin-top:-10px; _margin-top:-15px; margin-right:auto; margin-left:auto; border:3px green dashed;}
form#formSearch_Header { margin-left:auto; margin-right:auto}
div#googlebar div.global {position:absolute; top:0px; left:36px;}
div#topnav {background:transparent; border:0px; width:550px; }
ul#leftNav li,
ul#rightNav li {background-color:transparent; width:auto; margin:0px; padding:0px; border:0px;}
ul#leftNav li *,
ul#rightNav li * {color:black; font-size:8px; font-family:comic sans ms; font-weight:bold; margin:0px; padding:0px; border:0px;}
I HIGHLY recommend applying a music player skin, or at least resizing the player, to fit into the narrow column.
You can get the code to resize and/or apply a skin to the music player here:
myspace 2.0 music playlist music player skins, resize, and position player code
You may also want a skinny contact table, you will find the code for that here:
myspace 2.0 custom contact tables, resize contact table