qweenb620
11-22-2005, 01:30 AM
ok, here's my problem. On my web site I have a quote. I want it to look like this.
"Life is a balance of holding on and letting go"
but it always comes out like this
"life is
a balance
of holding
on and
letting go"
It looks right when I edit it but then it always looks wrong on my page...someone help please!
starlet
11-22-2005, 01:31 AM
Is it within a table or div with a small set width?
A link to the page or a copy of the code will help us help you here :)
qweenb620
11-22-2005, 01:35 AM
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=25470446&Mytoken=91717914-E5C9-483B-BF2ADFCD75778EBD15476359
There are 2 quotes. One is in the music section and the other is in the books section. Both are the same.
Oh there is also one in the movies section.
starlet
11-22-2005, 01:38 AM
I don't know much about myspace, but you have this in the code
WORD-WRAP: break-word
remove that and you should be good to go.
qweenb620
11-22-2005, 01:47 AM
Where would that be? I know on one I tried NOWRAP but it didn't work but I have'nt seen WORD-WRAP
starlet
11-22-2005, 01:51 AM
Like I say I don't know about the inner workings of myspace, but this is your code when I view source...
<tr id=MusicRow><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Music</span></td><td id="ProfileMusic" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><center><b><FONT SIZE="5">"Life is a Balance of holding <br>on and letting go."</FONT>
So check your 'musicrow' section, or 'profilemusic' section. If neither of those things exist then you'll just have to wait to someone who knows how myspace comes along i'm afraid.
qweenb620
11-22-2005, 01:53 AM
:) Ok thanx for the help, i will check it out.