Hey there!
I was thinking about improving my appearance on Audiojungle. Can somebody please tell me which HTML code you need to create that divides a text into two parts for example? I just know the “ ” code but somehow it does not work.
Wish you a great weekend,
Crian 
You mean a horizontal rule?
<hr />
Or a paragraph tag?
<p></p>
Lots of information is Google, type in search HTML tags. Good luck 
Crian, HR tag doesn’t work here, you could use your own image of any horizontal line instead. If you meant vertical division of text, use formatting with TABLE system. Try google for examples of how “table” and related tags are working.
Are you looking for Paragraphs, or you want to break text?
<br />I don’t think this is what you’re after, but adding a heading (h1, h2 etc) creates a line across the width of the page.
<h2>leave this empty</h2>Just leave them empty, I believe it should work.
