Help - Search - Members - Calendar
Full Version: Move text in about me up?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
ily Designs
I used the code to hide the orangetext in my about me, but now the text I put under it is still aligned as though the orangetext were still there:

click to enlarge


Is there a way to fix this? It's driving me crazy. wacko.gif

Thanks! <3
creole
Can you provide the code you used?

Maybe try this code:
CODE
<style>
table.blurbs td td span.orangetext15 {display:none;}
</style>
Mickey
MySpace placed a couple of break tags below the About Me and Who I'd Like To Meet headers, so that's probably why there are awkward spaces. Try adding this to your stylesheet to get rid of some of it:

CODE
.blurbs td.text {display: none!important; height: 0px!important;}

If that's not enough you can position the text around so it's at least centered and the spaces are distributed equally. Add this to your CSS:

CODE
.blurbs span.text {position: relative; top: -10px; left: -10px;}

Mess around with the values according to where you want it positioned.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.