Page 1 of 1

Horizontal Rule BBCode

Posted: Tue Aug 15, 2017 11:55 am
by NeuralStunner
This one's simple enough, and great for splitting a post into sections. (Assuming the forum styles HRs to look nice. :P )

BBCode:

Code: Select all

[hr]{TEXT}[/hr]
HTML:

Code: Select all

<hr />{TEXT}
Note: The phpBB version where this was tested does not allow unclosed custom BBCodes, so it uses a text token to avoid losing anything wrapped in the tags. If the newest version supports it, direct tag-to-tag would be even better.

Re: Horizontal Rule BBCode

Posted: Thu Jun 06, 2019 12:09 am
by Rachael

This is already in.

Code: Select all

[hr][/hr]