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> </p> <p> </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--> </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> </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> </td> <td valign="top" nowrap="nowrap"><p> <input id=vorname size=15 name=vorname> </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> </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>: </td> <td valign="top" nowrap="nowrap"><p> <input id=plz-ort size=15 name=plz-ort> </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>: </td> <td valign="top" nowrap="nowrap"><p> <input id=telefon size=15 name=telefon> </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> </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>: </td> <td valign="top" nowrap="nowrap"><p> <input id=email size=15 name=email> </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>
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)