Starting New Lines
Chelsea asks:
how do you put things on a different line when writing the about me part? enter doesn’t work
Ciara asks the same question:
how do I get my writing to stay on the line i put it on? Because when I am in the edit profile part I hit enter and put them on different lines, but when I look at my profile they are always pushed back together, like right on top of each other!
please help.
The problem is web browsers ignore "enter".
So you need to tell the web browser to skip to the next line with the "br" tag, like this:
Roses are red,<br />violets are blue,<br /><br />then skip two.
Looks like:
Roses are red,
violets are blue,
then skip two.

How do I get my some of my writing bold on myspace?
hey i need to hide my orange writing that says blurbs and about me do u no how?
hi
how do i get pictures to stay on the same line and not go on a differnt line in my music section
Chris, I meant ignored while rendering, not while you're typing.
replaces with a <br /> sorry.
Browsers dont ignore "enter", myspace and bebo and such dont run the nl2br() (new line to br) function on the text you put into the profile edits. basicly, when you press enter in your proser it puts a \n at the end of the line this is hidden from the end user the nl2gr() serches the text for the \n and replaces it with a . why myspace does not do this is beond me, i sopose it could mess some of the style sheet code up . just thought i would correct you.