diff --git a/creator/index.php b/creator/index.php index 8a2baac3..cb8035b5 100644 --- a/creator/index.php +++ b/creator/index.php @@ -194,6 +194,7 @@ include('../globalHTML/header-1.php');
Text Codes:
Code
Result
+
{cardname}
Inserts the name of the card
{i}
Italicizes text
{/i}
Removes italicization
{bold}
Bolds text
@@ -205,6 +206,9 @@ include('../globalHTML/header-1.php');
{left}
Aligns text to the left
{center}
Aligns text to the center
{right}
Aligns text to the right
+
{justify-left}
Justifies text to the left
+
{justify-center}
Justifies text to the center
+
{justify-right}
Justifies text to the right
{permashift#,$}
Moves the text # pixels right and $ pixels down. Recommended for moving the text over large distances
{up#}
Moves the text # pixels up
{down#}
Moves the text # pixels down