Help - Search - Members - Calendar
Full Version: Replaceing Text with images!
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
RyanChronicles
Ok read carefully or you will not understand.

In the about me where

You have an orangebox and text that says about the user

How do i replace that box and text with one image.
fixtatik
there's no way to change the "about me" text without also changing the "who i'd like to meet" text. but if you're willing to do that, you can use this:
CODE
.blurbs .orangetext15 { display:block; background:url(LINK TO IMAGE); width:WIDTH OF BACKGROUNDpx; height:HEIGHT OF BACKGROUNDpx; font-size:0px; }
RyanChronicles
Let me try this :P

Ok it did not work
RyanChronicles
THIS IS FOR A BAND LAYOUT!

So i wanted it to look like this

fixtatik
you should have mentioned it was a band in the first place. in that case, you can do, although it'll also change your friends and comments header.
CODE
.text .orangetext15 { display:block; background:url(LINK TO IMAGE); width:WIDTH OF BACKGROUNDpx; height:HEIGHT OF BACKGROUNDpx; font-size:0px; }

in any case, you can always simply remove the .orangetext15 class from your page entirely (.orangetext15 { display:none; }) and just add an image tag in your bio section.
RyanChronicles
Will that also take rid of my freinds and comments ?

Also BTW

Did not work here is code

CODE
.text .orangetext15 { display:block; background:url(http://i25.tinypic.com/kcz2mr.jpg); width:441px; height:97px; font-size:0px; }

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.