grey

*Click on the title of the layout you want to get the layout code*

Hearts and Dots Myspace Layout

in category
hearts21.png

Stars and Hearts Myspace Layout

heartstar.gif

Grey Asterisk Myspace Layout

in category
greyasterisk.gif

Grey Scribble Star Myspace Layout

in category
greyscribble.gif

Clouds and Polka Dots Myspace Layout

cloudot.png

Pink and Grey Polka Dots Myspace Layout

pinkgrey.png

Big Polka Dots Myspace Layout 3

bigpolkadots3.png

Grey Skull punk Myspace Layout

in category
emo3.png

Red and Grey punk Myspace Layout

in category
emo1.png

Lots of Swirls Myspace Layout

in category
Lotsofswirls.png

Myspace Tips by Myspace Is Ugly

Hide New Navigation Bar

Description:
This code will hide the new navigation bar. Unfortunately, it won't remove the shortcuts, but your div layouts should look better without the navigation bar. I'll update the code if myspace changes the site again.

Directions:
Place this code at the top of your "About Me" section of your profile.

<style>
.i {display:none}
div.profileWidth {margin-top: -30px !important;}
div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
div.profileWidth div.clearfix, i i i,
div.profileWidth div div {filter:none; opacity:0.9999}
div.profileWidth div.clearfix {position:relative; top:30px}
</style>