Help - Search - Members - Calendar
Full Version: Center Profile & Interest Stuff
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
xjunkie
i was wondering if i could remove the text "Your Name Interests" heading?
Is there a code that prevents people from highlighting?
Also, is there a code where i can center my left module in center of the page since i got rid of the right side?

this is what my profile looks like now:
http://profile.myspace.com/index.cfm?fusea...endid=329152108

MissHygienic
There is no code that prevents people from highlighting unless you use Javascript, which MySpace does not allow. Hide your "tre's Interests":

CODE
<style>
.interestsAndDetails td.text {display:none;}
</style>


And I'm pretty sure all you have to do to center your profile is to do this:

CODE
<style>
.profileInfo * {margin-left: auto; margin-right: auto;}
.interestsandDetails {margin-left: auto; margin-right: auto;}
</style>
xjunkie
^^^thanks. but that code to hide my interests title doesn't seem to work for me >.<
MissHygienic
All right, then this:

CODE
<style type="text/css">
.whitetext12, .lightbluetext8{display:none;}
</style>
xjunkie
works! thank you so much :)
S-Majere
Great Stuff! Closed and Moved to Myspace Resolved Topics.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.