hallo,
ich brauche für meine website ein kontaktformular, welches einen vorgefertigten text, empfänger u.s.w. hat.
was stimmt an folgendem noch nicht?
ausserdem hat es ein fehler drin. wenn ich es dann in den websitecreator einfüge und überprüfe, deckt es fast die ganze seite ab.
wo definiere ich der absender?
die roten xxxx sind klar.
vielen dank schonmal...
<table width="66%" height="12" cellpadding="0" cellspacing="0" bgcolor="#1E5284" style="border-collapse: collapse COLOR: #000000; BORDER-BOTTOM: #000000 1px outset;">
</table>
<table cellpadding="1" cellspacing="1">
<tr><td width="460" height="377">
<form name="form" action="index.php?action=absenden" method=post>
<table border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>von</b> </font></td>
<td align="left"><input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" onFocus="if(this.value=='dein Name')this.value='';" onBlur="if(this.value=='')this.value='dein Name';" value="Dein Name" type="text" name="sender" size="61"></td>
</tr>
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>Absender</b> </font></td>
<td align="left"><input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" onFocus="if(this.value=='Absender eMail')this.value='';" onBlur="if(this.value=='')this.value='Absender eMail';" value="Deine E-Mail Adresse" type="text" name="mail" size="61"></td>
</tr>
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>Land</b> </font></td>
<td align="left"><input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" onFocus="if(this.value=='Land')this.value='';" onBlur="if(this.value=='')this.value='Land';" value="Deine Herkunft" type="text" name="Land" size="61"></td>
</tr>
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>Betreff</b> </font></td>
<td align="left"><input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" onFocus="if(this.value=='...')this.value='';" onBlur="if(this.value=='')this.value='...';" value="Sura Al-Shawk" type="text" name="subject" size="61"></td>
</tr>
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>an</b> </font></td>
<td width="359" align="right"><div align="left">
<select name="receiver" size="9" class="Stil15">
<option value="xxxx" selected>xxxxx </option>
<option value="xxxx">xxxxx </option>
<option value="xxxx">xxxxx </option>
<option value="xxxx"</option>
</select>
</div></td>
</tr>
<tr>
<td width="90" height="215" align="right" valign="top"><font color="#000000" face="tahoma" size="2"><b>Nachricht</b> </font></td>
<td align="left"><textarea style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" name="comment" cols="58" rows="30">
xxxxxxx
</textarea></td>
</tr>
<tr>
<td width="90" align="right">
</td>
<td align="left">
<input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" type="submit" name="Submit" value="senden">
</td>
</tr>
</table>
</form>
</td></tr>
</html>
ich brauche für meine website ein kontaktformular, welches einen vorgefertigten text, empfänger u.s.w. hat.
was stimmt an folgendem noch nicht?
ausserdem hat es ein fehler drin. wenn ich es dann in den websitecreator einfüge und überprüfe, deckt es fast die ganze seite ab.
wo definiere ich der absender?
die roten xxxx sind klar.
vielen dank schonmal...
<table width="66%" height="12" cellpadding="0" cellspacing="0" bgcolor="#1E5284" style="border-collapse: collapse COLOR: #000000; BORDER-BOTTOM: #000000 1px outset;">
</table>
<table cellpadding="1" cellspacing="1">
<tr><td width="460" height="377">
<form name="form" action="index.php?action=absenden" method=post>
<table border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>von</b> </font></td>
<td align="left"><input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" onFocus="if(this.value=='dein Name')this.value='';" onBlur="if(this.value=='')this.value='dein Name';" value="Dein Name" type="text" name="sender" size="61"></td>
</tr>
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>Absender</b> </font></td>
<td align="left"><input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" onFocus="if(this.value=='Absender eMail')this.value='';" onBlur="if(this.value=='')this.value='Absender eMail';" value="Deine E-Mail Adresse" type="text" name="mail" size="61"></td>
</tr>
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>Land</b> </font></td>
<td align="left"><input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" onFocus="if(this.value=='Land')this.value='';" onBlur="if(this.value=='')this.value='Land';" value="Deine Herkunft" type="text" name="Land" size="61"></td>
</tr>
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>Betreff</b> </font></td>
<td align="left"><input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" onFocus="if(this.value=='...')this.value='';" onBlur="if(this.value=='')this.value='...';" value="Sura Al-Shawk" type="text" name="subject" size="61"></td>
</tr>
<tr>
<td width="90" align="right"><font color="#000000" face="tahoma" size="2"><b>an</b> </font></td>
<td width="359" align="right"><div align="left">
<select name="receiver" size="9" class="Stil15">
<option value="xxxx" selected>xxxxx </option>
<option value="xxxx">xxxxx </option>
<option value="xxxx">xxxxx </option>
<option value="xxxx"</option>
</select>
</div></td>
</tr>
<tr>
<td width="90" height="215" align="right" valign="top"><font color="#000000" face="tahoma" size="2"><b>Nachricht</b> </font></td>
<td align="left"><textarea style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" name="comment" cols="58" rows="30">
xxxxxxx
</textarea></td>
</tr>
<tr>
<td width="90" align="right">
</td>
<td align="left">
<input style="BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px outset; #000000; BORDER-BOTTOM: #000000 1px outset; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #FFFFFF; COLOR: #1E5284;" type="submit" name="Submit" value="senden">
</td>
</tr>
</table>
</form>
</td></tr>
</html>