NovaKay2oo3
New member
Hallöle @ alll...
Hab da mal ne Frage... Wenn ich auf ner HTML-Seite nen Formular erstellen will ( mit <form...> ) dann hab ich unter dem Formular noch ne Zeile, die ich irgendwie net wegbekomme...
Ist das normal & wie kann ich das beheben ??? Das stört tierisch...
Hier ist mal der Quelltext:
Und hier hab ich mal nen Link, da könnt ihr's euch angucken:
KLICKE HIER
°°° Bin für jede Hilfe sehr dankbar, NovaKay2oo3 °°°
Hab da mal ne Frage... Wenn ich auf ner HTML-Seite nen Formular erstellen will ( mit <form...> ) dann hab ich unter dem Formular noch ne Zeile, die ich irgendwie net wegbekomme...
Ist das normal & wie kann ich das beheben ??? Das stört tierisch...
Hier ist mal der Quelltext:
PHP:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Name</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%">
<form method="post" action="****">
<table style="BORDER-COLLAPSE: collapse" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td vAlign="top" width="100%"> Name:</td>
</tr>
<tr>
<td vAlign="top" width="100%" align="right">
<p>
<input class="formbox" size="32" name="Name" style="border: 1px solid #6EA2D8"></p>
</td>
</tr>
<tr>
<td vAlign="top" width="100%"> Nachricht:</td>
</tr>
<tr>
<td vAlign="top" width="100%" align="right">
<p>
<textarea class="formbox" name="Nachricht" rows="5" cols="31" style="border: 1px solid #6EA2D8"></textarea></p>
</td>
</tr>
<tr>
<td vAlign="top" width="100%" height="3"></td>
</tr>
<tr>
<td width="100%" align="right"><input type="submit"> </td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
Und hier hab ich mal nen Link, da könnt ihr's euch angucken:
KLICKE HIER
°°° Bin für jede Hilfe sehr dankbar, NovaKay2oo3 °°°