Best Answer
Put <br> at the end of each line. :]
Some other useful info;
To change the font color;
<font color="COLOR">Text here</font>
Replace COLOR with the color you wanna use.
To change the font size;
< font size=NUMBER>Text here</font>
Replace NUMBER with any number between 1 and 10 for font size.
1 being the smallest and 10 being the largest.
Bold-<b>Text here</b>
Italic-<i>Text here</i>
Underline-<u>Text here</u>
Strike-<s>Text here.</s>
Hope this helps. :]