1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Kontakt</title>
<link href="style.css" rel="stylesheet">
</head>
<body
style="background-color: rgb(227, 217, 188); color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<div style="text-align: center; font-family: Verdana;">
<small style="font-family: Verdana; font-weight: bold;">Kontakt</small><br>
<small><small>Hast du Fragen an uns? Verstehst du etwas bei
den FaQ nicht oder du
willst wissen, ob noch Plätze frei sind?<br>
Hier kannst du uns gerne schreiben, wir antworten 100%ig!<br>
</small></small><br>
<br>
<center>
<form action="action_formular.php" method="post">
<table
style="color: rgb(45, 35, 30); width: 200px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="2">
<tbody>
<tr>
<th style="background-color: rgb(91, 69, 55);"><small><small>Name</small></small></th>
<td
style="background-color: rgb(167, 148, 111); text-align: center;"><input
name="name" type="text"></td>
</tr>
<tr>
<th style="background-color: rgb(91, 69, 55);"><small><small>E-Mail</small></small></th>
<td
style="background-color: rgb(167, 148, 111); text-align: center;"><input
name="email" type="text"></td>
</tr>
<tr>
<th style="background-color: rgb(91, 69, 55);"><small><small>Betreff</small></small></th>
<td
style="background-color: rgb(167, 148, 111); text-align: center;"><input
name="betreff" type="text"></td>
</tr>
<tr>
<th style="background-color: rgb(91, 69, 55);"><small><small>Nachricht</small></small></th>
<td
style="background-color: rgb(167, 148, 111); text-align: center;"><center><textarea
name="nachricht"></textarea></center></td>
</tr>
<tr>
<th><input type="image" src="Bubble_S6.png" type="submit"></th>
<th><input type="image" src="Bubble_S7.png" type="reset"></th>
</tr>
</tbody>
</table>
</form>
</center>
</div>
</body>
</html>
|