Right now this is how the HTML for a post is outputted in Xenforo. I've replaced the <> with []:
The first line of my post. [br /]
The second line of my post.[br /]
[br /]
An empty space above this line of text.
Is there a way to make it parse the posts like this instead?:
[p]The first line of my post.[/p]
[p]The second line of my post.[/p]
[br /]
[p]An empty space above this line of text.[/p]
Thank you!
The first line of my post. [br /]
The second line of my post.[br /]
[br /]
An empty space above this line of text.
Is there a way to make it parse the posts like this instead?:
[p]The first line of my post.[/p]
[p]The second line of my post.[/p]
[br /]
[p]An empty space above this line of text.[/p]
Thank you!