Help - Search - Members - Calendar
Full Version: Looking for help in creating something nice
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
thedoctor945
Well I got this idea, to add this thing at the top of my MySpace profile with a quote from a famous person, or a wise quote, or whatever quote.
click to enlarge

here's what i made.
But then I thought "Why not find a way to make an html code of that, the man and bubble, and have like the bubble empty, but enter whatever text I want without having to edit it in photoshop."
does anyone get it?
do you think you could help me?
It would make me so happy, and less stressed if someone could find a way for me.
I'd love you ever so dearly! laugh.gif
karmakiller
Moved to Myspace Support.

Well, you need to save the image without the text and upload it somewhere. Then, you use this script or this one to put the picture above your profile and you can edit that script so that you can enter text in the bubble.

So after you enter your image you could do something like this:
QUOTE
<style>table table {margin-top:150px;}
div table table, table table table {margin-top:0;}
.bannertext {width:800px; height:150px; position:absolute; top:150px; left:50%; margin-left:-400px; text-align:center;}</style>
And change the stuff in red until you get it positioned over the bubble.

And then use this:
QUOTE
<div class="bannertext">
PUT THE QUOTE HERE
</div>
to change the quote.

Also, your signature is too big:
590px in width
300px in height
thedoctor945
thank you, i'll give it a whirl
Mickey
Or you can also use this code. That one places the image over the advertisement. Then you can use this to position the text over it:

CODE
<style>
.bannertext {position:absolute; top:150px; left:50%; margin-left:-400px; width:800px; height:150px;}
</style>

<div class="bannertext">
PUT THE QUOTE HERE
</div>

Like Dee said, just edit the attributes of the bannertext class to your liking.
tokyo-rose
Topic Closed, and Moved to Myspace Resolved Topics. Please PM a moderator if you would like this 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.