How to do paragraphs on Myspace
August 4th, 2016
Anyone know what the problem is?
Have you tried using <br> tags?
ex:
Paragraph1…………………..
<br><br>
Paragraph2………………….
Each <br> moves the following text down a line, so you have to use two if you want a gap between paragraphs.
Otherwise you can try using paragraph tags, though I never have.
ex:
<p>Paragraph1………………………..</p>
<p>Paragraph2………………………..</p>
<p>Hi</p>
Awesome, thanks a lot guys.
Using Shift + Enter works also