XenForo
Administrative
- Thread starter
- Admin
- #1
If you enter the bb-code;
Code:
And then toggle bb-code mode on & off, this causes a newline to be inserted before the heading. This is because of the following HTML being generated;
Code:
ادامه مطلب...
Code:
[B][HEADING=1]1[/HEADING][/B]
And then toggle bb-code mode on & off, this causes a newline to be inserted before the heading. This is because of the following HTML being generated;
Code:
<p><strong><h2>1</h2><p></strong></p>
ادامه مطلب...