encouragement

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

Keep Dreaming

in category
keepdreaming.gif

Dreams Come True Glitter

in category
dreamscometrue.gif

Hold on to your dreams Glitter

in category
holdo2.gif

I Support U Glitter

in category
isupu.gif

Go For It Glitter

in category
gfie.gif

Don't Give Up Glitter

in category
dgu1e.gif

Cheer Up Glitter 2

in category
cu2.gif

Cheer Up Glitter 1

in category
cu1.gif

I'm Here For You Glitter

in category
ihfue.gif

Cheer Up Glitter Graphic 1

in category
cheerup.gif

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>