hello kitty chococat halloween div

*Click on the title of the layout you want to get the layout code*
myspace theme by myspace is ugly

How To Use This Layout

You'll need to edit some of the code.

Some basic HTML skills are required.
See our Basic Html Tutorial in Myspace Tips Section

1. Copy the "About Me code" into the "About Me section"

2. Copy the "I'd Like to Meet Code" into the "I'd Like to Meet."

3. Replace the XXXXXX with your myspace friend ID in "I'd Like to Meet code." There are 5 places you'll need to edit the XXXXXX.

-To find out your myspace friend ID please read this.
-log-in to myspace account
-click on the link "View All of My Friends" in your profile.
-if you look at the browser's URL you should see some like this "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=138592833"
-your myspace friend ID is the number after "friendID=" for example my friend ID is 138592833

4. Replace the BLAH BLAH BLAH's with your own text in "I'd Like to Meet code".



About Me Code



I'd like to meet Code


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>