Witam serdecznie mianowicie mam problem ze powiekszylem sobie w formularzu pola do wpisywania ale wielkosc czcionki jest mala i brzydko to wyglada jak zmienic wielkosc oto moj kod
[php<center><form action="krok2.php" method="POST" name="rejestracja" id="rejestracja" onSubmit="return validate();">
<input type="hidden" name="type" value="<?=$_GET['type']?>">
</br>
<h2>Domena:</h2>
<input type="text" name="domain" id="domain" size="32" maxlength="32" style="height:50px" value="<?php echo $_POST['domena']; ?>">
</br>
</br>
</br>
</br>
<h2>E-mail:</h2>
<input type="text" name="email" id="email" size="32" maxlength="32" style="height:50px">
</br>
</br>
</br>
</br>
<h2>Hasło:</h2>][/php]