Help - Search - Members - Calendar
Full Version: Is there a way to center the about me section on myspace?
Forums > Resource Center > Support Center > Myspace Support > Myspace Resolved Topics
radxcorereptar
I was wondering if there was a way you can hide everything on your myspace profile except your about me and move the about me section to the center of the profile.
i'm not talking about the <center></center> things.
An example is some of the div layouts are centered.
Something like that.
I figured it's a div thing you have to do to change it.
and I'm clueless when it comes to div.

All I want is to be able to hide everything on my profile except for the about me and put a big scrolly box in it and center it.

I don't want anything complicated, i don't need any special graphics or anything.
I just want to know if there's a way to hide everything & center the about me on your profile.
manny-the-dino
Moved to Myspace Support
fixtatik
sort of like this? this one's set to work if you're using myspace's default music player. if you're not using myspace's player, just get rid of the bottom part.

CODE
<style>
body { text-align:center; }
.profileInfo, .contactTable, .userProfileURL, .interestsAndDetails, .userProfileDetail, .userProfileNetworking, .userProfileSchool, .userProfileCompany, .extendedNetwork, .latestBlogEntry, .friendSpace, .friendsComments { display:none; }
.blurbs { left:50%; margin:250px 0 0 -200px; position:absolute; text-align:left; top:0%; width:400px; }
table { margin:auto; }

embed, object { left:50%; margin:170px 0 0 -110px; position:absolute; top:0; }
.blurbs embed, .blurbs object { margin:0; left:auto; position:static; top:auto; }
</style>
Tomates
I always do

CODE
<center>

BLAH BLAH BLAH BLAH

</center>


Its really easy and simple.
Works for me.

Of course it only centers the text
Anarchy
^The OP meant the About Me section, not the text inside it. The code Fixtatik provided should do the trick.
radxcorereptar
Thanks for you help!
schizo
Closed and moved to Resolved.
PM one of the moderators if you need it reopened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.