Yeah, Ich habe mal wieder eine Frage 
Und zwar:
Wie bekomme ich das Kontaktformular neben das Bild also Zentriert??
Hier der Code:
Der unterste Code mit img ist das Bild ;)
Danke im Vorraus!!
Gruß

Und zwar:

Wie bekomme ich das Kontaktformular neben das Bild also Zentriert??
Hier der Code:
HTML:
<html>
<head>
<body style="background-image:url(http://www.nof-schule.de/assets/images/zentriert.gif); background-repeat: repeat-y-x;">
<title>Titel</title>
<meta name="description" content="Beschreibung" />
<meta name="keywords" content="Keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<style type="text/css">
#Tabelle
{
color: #FF0000;
margin-top: 200px;
}
</style>
<h1 style="color: red">Kontaktformular </h1>
<form method="post" action="hallo.php">
<table border="1">
<tr>
<td style="color: yellow">Anrede</td>
<td style="color: yellow">Herr: <input type="radio" value="Herr" name="anrede">
Frau: <input type="radio" value="Frau" name="anrede"></td>
</tr>
<tr>
<td style="color: yellow">Vorname</td>
<td><input type="text" color="yellow" name="vorname"></td>
</tr><tr>
<td style="color: yellow" >Nachname</td> <color="yellow">
<td><input type="text" name="nachname"></td>
</tr><tr>
<td style="color: yellow">Email</td>
<td><input type="text" name="Email"></td>
</tr><tr>
<td style="color: yellow">Betreff</td>
<td><input type="text" color="yellow" name="Betreff"></td>
</tr><tr>
<td style="color: yellow">Ihre Nachricht an uns:</td>
<td><textarea cols="45" rows="15"></textarea></td>
</tr><tr>
<td></td>
<td><input type="submit" name="nachricht" value="abschicken!!!"><input type="reset" value="Daten löschen."></td>
</tr>
</table>
<img src="http://www.ingenieurbuero-wilkens.de/images/kontakt_.jpg" height="347" width="695" style="padding: 120px 0px 0px 600px;">
</form>
</form>
</body>
</head>
</html>
Danke im Vorraus!!
Gruß
Zuletzt bearbeitet: