Hey ich muss nur ne kleine .html Aufgabe erledigen. Im Grunde könnte man auch ein .txt nehmen und dort einfach Werte reinschreiben, aber so schauts halt besser aus.
Wie kann ich die Schriftgröße in meinen Textfeldern erhöhen bzw die Textfelder größer machen?
Size macht sie nur länger.
Danke
Code:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Einzeilige Eingabefelder definieren - form, input</title>
</head>
<body background="HintergrundStoppMeldung.png" text="#990000" link="#0000CC" vlink="#000066" alink="#000000">
<div class="div1" style="position:absolute; left:240px; top:130px;">
<form action="input_text.htm">
<p><br><input name="vorname" type="text" size="60" maxlength="30"></p>
</form>
</div>
<div class="div2" style="position:absolute; left:240px; top:210px;">
<form action="input_text.htm">
<p><br><input name="zuname" type="text" font-size:10pt size="60" maxlength="40"></p>
</form>
</div>
<div class="div3" style="position:absolute; left:240px; top:445px;">
<form action="input_text.htm">
<p><br><input name="Grund" type="text" size="60" maxlength="40"></p>
</form>
</div>
<div class="div4" style="position:absolute; left:113px; top:550px;">
<form action="input_text.htm">
<p><br><input name="von" type="text" size="50" maxlength="40"></p>
</form>
</div>
<div class="div5" style="position:absolute; left:600px; top:550px;">
<form action="input_text.htm">
<p><br><input name="von" type="text" size="50" maxlength="40"></p>
</form>
</div>
<div class="div6" style="position:absolute; left:240px; top:650px;">
<form action="input_text.htm">
<p><br><input name="von" type="text" size="60" maxlength="40"></p>
</form>
</div>
<div class="div6" style="position:absolute; left:240px; top:750px;">
<form action="input_text.htm">
<p><br><input name="von" type="text" size="60" maxlength="40"></p>
</form>
</div>
<div class="div7" style="position:absolute; left:3px; top:880px;">
<label for="Vorname">.</label>
</div>
</body>
</html>