**We only support Internet Explorer. If your browser does not meet this requirement, you will have difficulty accessing
portions of this website. We apologize for any inconvenience:( Click Here to download Internet Explorer 7 .
©2008-2009 OurAwesomeWorld.com. All Rights Reserved.
Not Affiliated with MySpace
We do not claim ownership over images hosted on this site.
© Leave us a MySpace Comment ©
© MySpace Profile 2.0 Tutorials & Codes©
© Leave us a MySpace Comment ©
Navigation
MySpace 1.0
MySpace Goodies
MySpace Banners
Graphics/Comments
1.0 Tutorials & Codes
2.0 Tutorials & Codes
More Tutorials & Codes
Generators/Widgets
Html Tutorials
Sponsors
MySpace 2.0
Other Cool Stuff
Friends
Sponsors
BASIC INFO MODULE BREAKDOWN
The following is A breakdown of your Basic Info Module Section Module
for MySpace 2.0.
All codes must be entered into your CSS section.
To hide your sections pick the code for the module(s) you want to hide below then put {display:none;} after the module.
For example: If I wanted to hide my default picture so I would use the code div.basicInfoModule div.photo {display:none;} or if I want to hide my name I would use the code div.basicInfoModule div.basicInfoDetails h2 {display:none;}
Default Pic:
div.basicInfoModule div.photo
Name:
div.basicInfoModule div.basicInfoDetails h2
URL:
div.basicInfoModule div.basicInfoDetails span.urlLink a
Status:
div.basicInfoModule div.basicInfoDetails p span.status
Mood Title:
div.basicInfoModule div.basicInfoDetails p span.mood strong
Mood Text and Icon:
div.basicInfoModule div.basicInfoDetails p span.mood
Pictures and Videos Links:
div.basicInfoModule div.basicInfoDetails div.pageLinks ul a
View My:
div.basicInfoModule div.basicInfoDetails div.pageLinks em
Online Now Icon:
div.basicInfoModule div.profileDemographics ul.profileUserInfo li img
Age:
div.basicInfoModule div.profileDemographics span.age
Gender:
div.basicInfoModule div.profileDemographics span.gender
Slash in between:
div.basicInfoModule div.profileDemographics li.tags
City:
div.basicInfoModule div.profileDemographics span.locality
State:
div.basicInfoModule div.profileDemographics span.region
Country:
div.basicInfoModule div.profileDemographics span.country-name
Last Login:
div.basicInfoModule div.profileDemographics li.lastlogin
Leftover Commas:
div.basicInfoModule div.profileDemographics li
Tiny 3 Pics:
div.basicInfoModule div.profileDemographics ul.profileUserAlbum
Leftover Blue Box:
div.basicInfoModule div.profileDemographics
Send Message:
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.message.odd a
Add to Friends:
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.addToFriends.even a
Add Comment:
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.comment.odd.last a
Leftover Space:
div.basicInfoModule div.basicInfoDetails
Leftover Border and Padding:
div.basicInfoModule div.moduleTop, div.basicInfoModule div.moduleBottom
Entire Module:
div.basicInfoModule
Replace Image
{send message image: }
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.message.odd a {background-image:url(URL);}
{send message hover image: }
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.message.odd a:hover {background-image:url(URL);}
{add to friends image: }
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.addToFriends.even a {background-image:url(URL);}
{add to friends hover image: }
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.addToFriends.even a:hover {background-image:url(URL);}
{add comment image: }
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.comment.odd.last a {background-image:url(URL);}
{add comment hover image: }
div.basicInfoModule div.basicInfoDetails ul.contactLinks li.comment.odd.last a:hover {background-image:url(URL);}