Hallo,
könnt Ihr mir bitte helfen?
Ich habe ein Formular in DW CS3 erstellt, das sieht auch in der Programmoberfläche gut aus, nur wenn ich mir das dann in einer HTML Seite anschaue, dann verschiebt sich das ganze Formular nach unten bzw. die einzelnen Formularfelder haben nicht mehr den gleichen Abstand. (der Abstand wird größer).
Woran liegt das? Könnt Ihr mir helfen?
Gruß
Xorron

Hier der html text:

HTML-Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<style type="text/css">
<!--
.Stil2 {font-size: 10px}
.Stil3 {font-size: 13px}
-->
</style>
</head>

<body>
<div align="center">
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <table width="900" border="0" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tr>
      <td width="242" valign="top"><img src="2.gif" width="242" height="120" /></td>
    <td width="658" rowspan="3" valign="top" bgcolor="#00CC66"><!--DWLayoutEmptyCell-->&nbsp;</td>
    </tr>
    
    <tr>
      <td height="460" valign="top" nowrap="nowrap" bgcolor="#9CCAFB">
        <form action="/system-cgi/formmail.pl" method="POST" ame="Kontaktformular">
                    <p>
                      <input type=hidden name="recipient" value="test@test.de">
                      <input type=hidden name="redirect" value="http://www.test.com/danke.html"></p>
                    <table width="234" border=0 cellpadding=0 cellspacing=2 class=textnor id=Tabelle2>
                      <!--DWLayoutTable-->
                      <tbody>
                        <tr align="left" valign="top">
                          <td width="74" height=22 valign="top" nowrap="nowrap" class=textnor Stil3 Stil2>Name<span class="rotfett">*</span>: </td>
                          <td width="134" valign="top" nowrap="nowrap"><p>
                              <input id=name  size=15 name=name>
                  &nbsp;</td>
                          <td width="18"></td>
                        </tr>
                        <tr align="left" valign="top">
                          <td height=22 valign="top" nowrap="nowrap" class=textnor Stil2><span class="Stil3">Vorname*:</span>&nbsp; </td>
                          <td valign="top" nowrap="nowrap"><p>
                              <input id=vorname  size=15 name=vorname>
                  &nbsp;</td>
                          <td></td>
                        </tr>
                        <tr align="left" valign="top">
                          <td height=22 valign="top" nowrap="nowrap" class=textnor  Stil3 Stil2>Straße<span class="rotfett">*</span>:</td>
                          <td valign="top" nowrap="nowrap"><p>
                              <input id=Straße  size=15 name=Straße>
                  &nbsp;</td>
                          <td></td>
                        </tr>
                        <tr align="left" valign="top">
                          <td height=22 valign="top" nowrap="nowrap" class=textnor Stil3 Stil2>PLZ/Ort<span class="rotfett">*</span>:&nbsp; </td>
                          <td valign="top" nowrap="nowrap"><p>
                              <input id=plz-ort  size=15 name=plz-ort>
                  &nbsp;</td>
                          <td></td>
                        </tr>
                        <tr align="left" valign="top">
                          <td height=22 valign="top" nowrap="nowrap" class=textnor Stil3 Stil2>Telefon<span class="rotfett">*</span>:&nbsp; </td>
                          <td valign="top" nowrap="nowrap"><p>
                              <input id=telefon  size=15 name=telefon>
                  &nbsp;</td>
                          <td></td>
                        </tr>
                        <tr align="left" valign="top">
                          <td height=22 valign="top" nowrap="nowrap" class=textnor Stil3 Stil2>Mobil: </td>
                          <td valign="top" nowrap="nowrap"><p>
                              <input id=mobil  size=15 name=mobil>
                  &nbsp;</td>
                          <td></td>
                        </tr>
                        <tr align="left" valign="top">
                          <td height=22 valign="top" nowrap="nowrap" class=textnor Stil3 Stil2>E-Mail<span class="rotfett">*</span>:&nbsp; </td>
                          <td valign="top" nowrap="nowrap"><p>
                              <input id=email  size=15 name=email>
                  &nbsp;</td>
                          <td></td>
                        </tr>
                        <tr align="left" valign="top">
                          <td height=29 colspan=2 valign="top" nowrap="nowrap"><input type=submit value=Abschicken name=submit>
                  
                            <input type=reset value=Löschen>                          </td>
                          <td></td>
                        </tr>
                      </tbody>
          </table>
      </form></td>
    </tr>
    
    <tr>
      <td height="20" valign="bottom" bgcolor="#9CCAFB"><span class="Stil2">Impressum</span></td>
    </tr>
  </table>
</div>
</body>
</html>