Zeig mal her!
geht auch netter, aber egal:
Dateiname: umfrage.php
__________________________________________
<html>
<head>
<title>Umfrage: Wie findet ihr das neue Design?</title>
<style type="text/css">
.uetitle
{
color:#F5F5DC;
font-size:14pt;
font-family:Verdana;
text-align:center;
}
.title1
{
color:#FFD39B;
font-size:18pt;
font-family:Verdana;
text-align:center;
}
.klein
{
font-size:10pt;
}
p
{
font-family:Verdana;
}
</style>
</head>
<body bgcolor="#8B7355">
<p class="uetitle">Nun ja, wie ihr wohl gemerkt habt, hat die Homepage ein neues Design.
<br>Dieses Design ist ein Test, weil die "alte" Homepage ausgedient hat...
<br>Jetzt will ich aber wissen:</p><br>
<p class="title1">Wie findet ihr das neue Design?</p>
<!-- ABFRAGEFORMULAR -->
<form action="auswertung.php" method="post" accept-charset="ISO-8859-1, ISO-8859-2">
<div align="center">
<table width="150">
<tr>
<td>
<input type="radio" value="geil" name="ch_geil">Geil !!!
</td>
</tr>
<tr>
<td>
<input type="radio" value="sgut" name="ch_sgut">Sehr gut !!
</td>
</tr>
<tr>
<td>
<input type="radio" value="gut" name="ch_gut">Gut !
</td>
</tr>
<tr>
<td>
<input type="radio" value="naja" name="ch_naja">Naja
</td>
</tr>
<tr>
<td>
<input type="radio" value="schlecht" name="ch_schlecht">Schlecht
</td>
</tr>
<tr>
<td>
<input type="radio" value="sschlecht" name="ch_sschlecht">Sehr schlecht
</td>
</tr>
<tr>
<td>
<input type="radio" value="zkotz" name="ch_zKotz">Zum Kotzen
</td>
<tr>
</table>
<br>
<table width="150">
<tr>
<td width="30">
<p class="klein">Verbesserungs-<br>vorschläge/Meinungen</p>
</td>
<td>
<textarea cols="50" rows="10" name="comment"></textarea>
</td>
</tr>
</table>
<br>
<table width="150">
<tr>
<td>
<input align="center" type="submit" value="Bewertung und Kommentar abschicken">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>