Geschrieben von *Emma am 06.02.2009 um 16:30:
Buttons ändern
hey ho
ich wollte fragen, wie man die Buttons "Abschicken" und "Zurücksetzen" ändern kann.
hier der code von der seite:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>formular.html</title>
</head>
<body
style="background-color: rgb(154, 170, 133); color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<div style="text-align: center; font-family: Verdana;"><small><small><big
style="font-weight: bold;"><span
style="color: rgb(114, 126, 9

;">Kontakt</span></big><br>
<br style="color: rgb(114, 126, 9

;">
<span style="color: rgb(114, 126, 9

;">Hast du Fragen an
uns? Willst du uns loben, kritisieren oder und einen Vorschlag machen?
Dann kannst du uns hier kontaktieren, wir schreiben 100%ig
zurück.<br>
<br>
<br>
<!--
link zu einer externen CSS-Datei, in die Datei eingebundene CSS-Eigenschaften, etc.
-->
<!--
Evtl einleitender Text zum Formular
-->
<center>
<form action="action_formular.php" method="post">
<table border="1" cellspacing="0">
<tbody>
<tr>
<th
style="background-color: rgb(172, 188, 153); font-family: Verdana; color: rgb(114, 126, 9

;"><small><small>Name</small></small></th>
<td style="background-color: rgb(144, 159, 124);"><input
name="name" type="text"></td>
</tr>
<tr>
<th
style="background-color: rgb(172, 188, 153); font-family: Verdana; color: rgb(114, 126, 9

;"><small><small>E-Mail</small></small></th>
<td style="background-color: rgb(144, 159, 124);"><input
name="email" type="text"></td>
</tr>
<tr>
<th
style="background-color: rgb(172, 188, 153); font-family: Verdana; color: rgb(114, 126, 9

;"><small><small>Betreff</small></small></th>
<td style="background-color: rgb(144, 159, 124);"><input
name="betreff" type="text"></td>
</tr>
<tr>
<th
style="background-color: rgb(172, 188, 153); font-family: Verdana; color: rgb(114, 126, 9

;"><small><small>Nachricht</small></small></th>
<td style="background-color: rgb(144, 159, 124);"><textarea
name="nachricht"></textarea></td>
</tr>
<tr>
<th style="background-color: rgb(115, 127, 99);"><input
value="Abschicken" type="submit"></th>
<th style="background-color: rgb(115, 127, 99);"><input
value="Zurücksetzen" type="reset"></th>
</tr>
</tbody>
</table>
</form>
<center><br>
<br>
</center>
</center>
</span></small></small></div>
</body>
</html>