never forget
Web Statistics

Newspaper Div Layout

author: Uday

10/27/2007 07:28 AM

10/27/2007 02:35 AM

hide/move items

This short series of codes will teach you how to move and hide items on your MySpace profile.

flip profile

<style type="text/css">
table{direction:ltr}
table table{direction:rtl}
</style>

hide blogs

<style type="text/css">
.latestBlogEntry{display:none} </style>

hide contact table

<style type="text/css">
.contacttable{display:none}
</style>

hide extended network

<style type="text/css">
.extendedNetwork{display:none} </style>

hide friends

<style type="text/css">
.friendSpace{display:none}
</style>

hide comments

<style type="text/css">
.friendsComments{display:none}
</style>

hide url

<style type="text/css">
.userProfileURL{display:none}
</style>

hide interests

<style type="text/css">
.interestsAndDetails{display:none}
</style>

hide details

<style type="text/css">
.userProfileDetail{display:none}
</style>

hide schools

<style type="text/css">
.userProfileSchool{display:none}
</style>

hide myspace music player

<style type="text/css">
td td embed {width:0;height:0}
</style>

move myspace music player

<style type="text/css">
td td embed {left:50%;margin-left:XXXpx;top:XXXpx;position:absolute}
</style>

Comments

View Comments (10) •  Leave Comment  •  Support Forum