ok i've seen myspace profiles with text in the middle of their
about me section sort of like this:
text text text
text text text text
text text text text text
but when i try to do it the text goes like this:
text text text text text text text text text text text
so does anyone know the code tofix this???
Myspace text code?
You put a %26lt;br%26gt; or
where you want a new line. %26lt;br%26gt; means 'line break'. If you want the equilivant of 2 line breaks you can start a new paragraph %26lt;p%26gt;
To then center it:
%26lt;center%26gt;
text text text
%26lt;/center%26gt;
Myspace text code?
You would have to do
text text text%26lt;br%26gt;
text text text text%26lt;br%26gt;
text text text text text%26lt;br%26gt;
That spaces it out. Or if you want it centered just type in %26lt;center%26gt;.
Myspace text code?
OK what you do is hit %26lt;crtl%26gt;and that's how we do it
Myspace text code?
You can also make it bold, italics, or underline
%26lt;b%26gt;bold text here%26lt;/b%26gt;
%26lt;i%26gt;italics text here%26lt;/i%26gt;
%26lt;u%26gt;underline text here%26lt;/u%26gt;
If you want to make it have it like that its
text text text%26lt;br%26gt;
text text text text%26lt;br%26gt;
text text text text text%26lt;br%26gt;