How do I make the text show new sentence lines and such?
All my text seems to run on into the other sentences.
I looked in the tutorials, but couldnt seem to find how to make the sentences separate...
How do I make the text show new sentence lines and such?
All my text seems to run on into the other sentences.
I looked in the tutorials, but couldnt seem to find how to make the sentences separate...
You need to use <br/> or <p> tags to seperate lines of text.
Use the code view when typing your stuff in and use <br/> to create a line break and <p>Your text here</p> to create seperate paragraphs.
Last edited by PGlad; 29 Mar 2009 at 07:43 PM.