Horizontal Rule BBCode

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Horizontal Rule BBCode

Re: Horizontal Rule BBCode

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


This is already in.

Code: Select all

[hr][/hr]

Horizontal Rule BBCode

by NeuralStunner » Tue Aug 15, 2017 11:55 am

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.

Top