stars, hearts

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

Pink and Brown Hearts Double Background 2.0 Layout

in category
pinkbrownheart.png

Blue and Brown Hearts Double Background 2.0 Layout

in category
bluebrownheart.png

Pink Hearts Double Background 2.0 Layout

pinkheartsdb.png

Hearts Myspace 2.0 Layout 8

in category
vday32p0.png

Hearts Myspace 2.0 Layout 7

vday62p0.png

Hearts Myspace 2.0 Layout 6

in category
vday22p0.png

Hearts Myspace 2.0 Layout 5

in category
vday92p0.png

Hearts Myspace 2.0 Layout 4

in category
vday42p0.png

Hearts Myspace 2.0 Layout 3

in category
vday82p0.png

Hearts Myspace 2.0 Layout 2

in category
vday72p0.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>