Tweaks to font stuff

This commit is contained in:
KFCSpike
2014-01-27 14:49:22 +00:00
parent 82b12a29d4
commit 955d44aae4
+3 -3
View File
@@ -90,7 +90,7 @@
$begMessage = 'Beginners Protection was '; $begMessage = 'Beginners Protection was ';
if (!$beginnersProtection) if (!$beginnersProtection)
{ {
$begMessage .= 'NOT '; $begMessage .= '<font color="red"><b>NOT</b></font> ';
} }
$begMessage .= 'set for '; $begMessage .= 'set for ';
if ($amount > 1) if ($amount > 1)
@@ -126,9 +126,9 @@
<br> <br>
<font color ="<?php echo $baseNameFontColor ?>">Base Name &nbsp;</font><input type ="text" name="users_base_name" id="users_name" value="<?php echo $baseName ?>" maxlength="20"> <font color ="<?php echo $baseNameFontColor ?>">Base Name &nbsp;</font><input type ="text" name="users_base_name" id="users_name" value="<?php echo $baseName ?>" maxlength="20">
<br><br> <br><br>
<font color ="<?php echo $amountFontColor ?>">How Many &nbsp;&nbsp;<font><input type ="text" name="users_amount" id="users_amount" value="<?php echo $amount ?>" maxlength="4"> <font color ="<?php echo $amountFontColor ?>">How Many &nbsp;&nbsp;</font><input type ="text" name="users_amount" id="users_amount" value="<?php echo $amount ?>" maxlength="4">
<br><br> <br><br>
Beginners Protection &nbsp;&nbsp;<font><input type ="checkbox" name="users_protection" id="users_protection" checked> Beginners Protection &nbsp;&nbsp;<input type ="checkbox" name="users_protection" id="users_protection" checked>
<br><br> <br><br>
<input type="submit" value="Create Users"> <input type="submit" value="Create Users">
</center> </center>