This commit is contained in:
Kyle
2021-11-30 09:53:56 -08:00
parent 2d84f1e1fb
commit 326648a778
25 changed files with 133 additions and 2 deletions

View File

@@ -216,6 +216,7 @@ include('../globalHTML/header-1.php');
<h5>{bold}</h5><h5>Bolds text</h5>
<h5>{/bold}</h5><h5>Removes bold</h5>
<h5>{lns}</h5><h5>Moves to the next line without an extra space (stands for line-no-space)</h5>
<h5>{divider}</h5><h5>Moves to the next line and draws the flavor text bar</h5>
<h5>{flavor}</h5><h5>Moves to the next line, draws the flavor text bar, and italicizes</h5>
<h5>{fontsize#}</h5><h5>Changes the font size by # pixels (relative - use negative integers to shrink text - ie '{fontsize-12}')</h5>
<h5>{fontcolor___}</h5><h5>Changes the font color to ___ (ie '{fontcolor#00FF00}')</h5>