Anfänger1140
Neues Mitglied
Hi,
ich hab ein Formular im HTML-Editor erstellt, da sah alles in Ordnung aus, doch im Browser ist das Formular ganz weit unten und man muss eine Ewigkeit runterskrollen. Kann jemand den Fehler bearbeiten und den funktionierenden HTML-Code hier rein posten?
Thx
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
.Stil3 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: small; }
.Stil6 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: x-small; color: #747474; }
.Stil27 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.Stil32 {font-size: medium}
-->
</style>
</head><form action="http://www.dw-formmailer.de/cgi-bin/dwmailer/dwmailer.pl" method="post" enctype="multipart/form-data">
<input type="hidden" name="empfaenger_mail" value="[email protected]">
<input type="hidden" name="empfaenger_name" value="PayPal">
<table width="1257" height="631" border="0">
<tr>
<table width="1080" height="691" border="0">
<tr>
<td width="1074" height="687" align="left" valign="top"><p align="left" class="Stil3"><span class="Stil6"><img src="Platzhalter" width="114" height="31"></span></p>
<p class="Stil3"><span class="Stil6"><span class="Stil32">Sehr geehrter xxxxx-Kunde, aus Sicherheitsgründen </span></span></p>
<p class="Stil3"><span class="Stil6"><span class="Stil32">wird jeder Kunde jeden 3. Monat aufgefordert sein Kennwort zu erneuern. Wir bitten Sie deshalb dieses Formular auszufüllen.</span></span></p>
<table width="283" height="483" border="1" align="left" bordercolor="#ECE9D8" bgcolor="#0066CC">
<tr>
<td width="273" height="477" align="center" valign="top" bordercolor="#FFFFFF" bgcolor="#81AFD3"><p class="Stil3"><img src="platzhalter" width="273" height="70" vspace="0"></p>
<p class="Stil3">*Ihre E-Mail:</p>
<p class="Stil3">
<input name="E-Mail" type="text" id="E-Mail" onFocus="if(this.value=='Your message')this.value='';">
</p>
<p class="Stil3">*Ihr altes Kennwort:</p>
<p class="Stil3">
<input name="Pass" type="password" id="Pass" onFocus="if(this.value=='Your message')this.value='';">
</p>
<p class="Stil3"> *Ihr neues Kennwort (8 -max. 12 Zeichen):</p>
<p class="Stil3">
<input name="new pass" type="password" id="new pass" onFocus="if(this.value=='Your message')this.value='';" maxlength="12">
</p>
<p class="Stil3">*Wiederholen Sie das neue Kennwort:</p>
<p class="Stil3">
<input name="control new pass" type="password" id="control new pass" onFocus="if(this.value=='Your message')this.value='';" maxlength="12">
</p>
<p class="Stil3">
<input name="newsletter" type="checkbox" checked>
Ich möchte den kostenlosen Newsletter abonnieren.</p>
<p align="center" class="Stil3">
<input name="send" type="submit" id="send" value="Senden">
</p></td>
</tr>
</table>
<table width="387" height="482" border="0" align="center">
<tr>
<td width="381" height="445" align="left" valign="top"><p class="Stil27">TEXT....................................................................................</p>
</td>
</tr>
</table></td>
</tr>
</table>
<p class="Stil3"> </p>
<p class="Stil3">
<span class="Stil3"></span></p>
<p class="Stil3"> </p>
<p> </p>
<p class="Stil3"> </p>
<p> </p>
<p class="Stil3"> </p>
<p> </p>
ich hab ein Formular im HTML-Editor erstellt, da sah alles in Ordnung aus, doch im Browser ist das Formular ganz weit unten und man muss eine Ewigkeit runterskrollen. Kann jemand den Fehler bearbeiten und den funktionierenden HTML-Code hier rein posten?
Thx
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
.Stil3 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: small; }
.Stil6 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: x-small; color: #747474; }
.Stil27 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.Stil32 {font-size: medium}
-->
</style>
</head><form action="http://www.dw-formmailer.de/cgi-bin/dwmailer/dwmailer.pl" method="post" enctype="multipart/form-data">
<input type="hidden" name="empfaenger_mail" value="[email protected]">
<input type="hidden" name="empfaenger_name" value="PayPal">
<table width="1257" height="631" border="0">
<tr>
<table width="1080" height="691" border="0">
<tr>
<td width="1074" height="687" align="left" valign="top"><p align="left" class="Stil3"><span class="Stil6"><img src="Platzhalter" width="114" height="31"></span></p>
<p class="Stil3"><span class="Stil6"><span class="Stil32">Sehr geehrter xxxxx-Kunde, aus Sicherheitsgründen </span></span></p>
<p class="Stil3"><span class="Stil6"><span class="Stil32">wird jeder Kunde jeden 3. Monat aufgefordert sein Kennwort zu erneuern. Wir bitten Sie deshalb dieses Formular auszufüllen.</span></span></p>
<table width="283" height="483" border="1" align="left" bordercolor="#ECE9D8" bgcolor="#0066CC">
<tr>
<td width="273" height="477" align="center" valign="top" bordercolor="#FFFFFF" bgcolor="#81AFD3"><p class="Stil3"><img src="platzhalter" width="273" height="70" vspace="0"></p>
<p class="Stil3">*Ihre E-Mail:</p>
<p class="Stil3">
<input name="E-Mail" type="text" id="E-Mail" onFocus="if(this.value=='Your message')this.value='';">
</p>
<p class="Stil3">*Ihr altes Kennwort:</p>
<p class="Stil3">
<input name="Pass" type="password" id="Pass" onFocus="if(this.value=='Your message')this.value='';">
</p>
<p class="Stil3"> *Ihr neues Kennwort (8 -max. 12 Zeichen):</p>
<p class="Stil3">
<input name="new pass" type="password" id="new pass" onFocus="if(this.value=='Your message')this.value='';" maxlength="12">
</p>
<p class="Stil3">*Wiederholen Sie das neue Kennwort:</p>
<p class="Stil3">
<input name="control new pass" type="password" id="control new pass" onFocus="if(this.value=='Your message')this.value='';" maxlength="12">
</p>
<p class="Stil3">
<input name="newsletter" type="checkbox" checked>
Ich möchte den kostenlosen Newsletter abonnieren.</p>
<p align="center" class="Stil3">
<input name="send" type="submit" id="send" value="Senden">
</p></td>
</tr>
</table>
<table width="387" height="482" border="0" align="center">
<tr>
<td width="381" height="445" align="left" valign="top"><p class="Stil27">TEXT....................................................................................</p>
</td>
</tr>
</table></td>
</tr>
</table>
<p class="Stil3"> </p>
<p class="Stil3">
<span class="Stil3"></span></p>
<p class="Stil3"> </p>
<p> </p>
<p class="Stil3"> </p>
<p> </p>
<p class="Stil3"> </p>
<p> </p>