View Single Post
Old 12-31-2016, 02:38 PM   #37
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,829
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by CalibUser View Post
[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

Last edited by BetterRed; 12-31-2016 at 02:43 PM.
BetterRed is offline   Reply With Quote