What is the html code to create a space between paragraphs? I've tried <br/>...

Make sure to put a space between br and /, I just did it and it didnt show in my response and there was a line break, so it worked.

If that doesnt work do. <br> </br>, or just <br>
 
<br> puts in a new line. You want to try adding Â*

Or if you can put all you pre-format your text and put it all in between a <pre></pre>
 
Back
Top