MyI-c-H: Mozilla Firefox und Internet Explorer - Formularfehler

Beitrag lesen

Liebe Selfer,

nach langer Zeit des Lesens in eurem Forum, möchte ich mich nun auch selbst einmal mit einer Frage an der Community beteiligen.

Folgende zwei Links zeigen die Darstellung von EIN und DEMSELBEN Quellcode (reines HTML) im Mozilla Firefox (derzeit aktuellste Version) und Internetexplorer.
Ich habe diesen Beitrag übrigens in's PHP-Forum verschoben, weil die Quelltexte als .php abgespeichert worden sind.

Hier die Bilder:
Mozillas Darstellung: (man achte bitte auf die Spalte "Name" und die mysteriöse Versetzung des Eingabefeldes)

http://img145.imageshack.us/my.php?image=moz1ir5.jpg

Die Darstellung des Internet Explorers:

http://img120.imageshack.us/my.php?image=ie1qo6.jpg

Sehr gewundert hat mich natürlich, dass der Internet Explorer mein Formular richtig interpretiert und Firefox nicht.

Hier der Quellcode:

<html>
<head>
<//TITEL//>
<title>Formular</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="pragma" content="no-cache">
</head>
<body>
<table border="0" align="left">
<colgroup>
    <col width="20">
</colgroup>
 <tr>
  <th align="left">Name:</th>
  <th align="left"><form action="Kontakt2.php" method="post">
   <input type="text" size="17" style="width=164px; border-top: 1px solid #203C5E; border-bottom: 1px solid #203C5E; border-left: 1px solid #203C5E; border-right: 1px solid #203C5E; background-color: #CBD7E6; color: #2D2E81; font-family: Arial; font-size: 10pt; " name="Name">

</th>

<th align="left">Nachname:</th>
  <th align="left"><form action="Kontakt2.php" method="post">
   <input type="text" size="17" style="width=165px; border-top: 1px solid #203C5E; border-bottom: 1px solid #203C5E; border-left: 1px solid #203C5E; border-right: 1px solid #203C5E; background-color: #CBD7E6; color: #2D2E81; font-family: Arial; font-size: 10pt; " name="Nachname">
<tr>
  <th align="left">eMail:</th>
  <th align="left"><form action="Kontakt2.php" method="post">
   <input type="text" size="17" style="width=164px; border-top: 1px solid #203C5E; border-bottom: 1px solid #203C5E; border-left: 1px solid #203C5E; border-right: 1px solid #203C5E; background-color: #CBD7E6; color: #2D2E81; font-family: Arial; font-size: 10pt; " name="email">

</th>

<th align="left">Betreff:</th>
  <th align="left"><form action="Kontakt2.php" method="post">
   <input type="text" size="17" style="width=165px; border-top: 1px solid #203C5E; border-bottom: 1px solid #203C5E; border-left: 1px solid #203C5E; border-right: 1px solid #203C5E; background-color: #CBD7E6; color: #2D2E81; font-family: Arial; font-size: 10pt; " name="Betreff">
  </th>
 <tr>

<td>
  </td>
  <td colspan="3">
  <textarea name="Textfeld" cols="49" rows="10"></textarea>
  </td>

<tr>
  <td>
  </td>
  <td colspan="3">
   <br>
   <center>
   <input type="submit" value="senden">
   </center>
  </td>
 </tr>

</form>
</table>
</body>
</html>

Da es sich um meine aller erste HTML wie auch PHP Datei handelt, fände ich es auch sehr schön, weitere Anregungen oder Hinweise zu erhalten.

Vielen Dank an alle, die sich die Mühe gemacht haben, mir zu helfen.

--
"Stay foolish. Stay hungry" - Steve Jobs