From 38ab1fc40ff6ec9e8cda0e7e7b68f7a8e360d0d8 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Tue, 5 Oct 2021 19:47:07 -0700 Subject: [PATCH] Update index.php --- creator/index.php | 4 ++++ 1 file changed, 4 insertions(+) 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