Quote:
Originally Posted by CalibUser
[For some reason only one space shows when this is put on the forum page although I tried to insert several spaces in front of CHAPTER and several spaces after CHAPTER to match the example in the guide]
|
@
CalibUser - wrap the regex expressions and HTML code in BBCode code tags, simple way is to select text and click the '#' in the advanced editor tool bar eg:
Code:
<p> CHAPTER 7</p>
<p>\s*CHAPTER\s*(\d+)\s*</p>
Then you'll get the WYTIWYG effect
BR