Mailinglisten-Archive |
versuch es mit...
<html>
<head>
<title>Neu</title>
</head>
<body>
<!-- ############## hier kommts ################### -->
<form method="POST" action="prima">
<table border="1" cellpadding="0" cellspacing="0" width="250">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" width="250">
<tr>
<td><input type="text" name="T1" size="20"></td>
</tr>
<tr>
<td><input type="submit" value="Abschicken" name="B1"></td>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" width="250">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</form>
<!-- ################## ente palente ##################-->
</body>
</html>
Mariano
-----Ursprüngliche Nachricht-----
Von: Holger Faustmann <fugazi_(at)_conne.net>
An: mysql-de_(at)_lists.4t2.com <mysql-de_(at)_lists.4t2.com>
Datum: Mittwoch, 26. Mai 1999 17:25
Betreff: Formularformatierung HTML
>Hallo Leute,
>
>dies ist zwar keine HTML-Newsgroup aber vielleicht hat ja jemand einen
>Tip
>für mein HTML Problem.
>
>Ich möchte unterschiedliche "FORM"-Formulare verwenden, da ich auf
>verschiedene PHP3-Dokumente verweisen möchte, denen ich Variablenwerte
>übergeben will, nur leider sieht die Formatierung sche*** aus, denn ich
>bekomme die Leerzeilen zwischen den Tabellen einfach nicht weg -
>grrrrrrr.
>
>
>sieht ungefähr so aus:
>
>+++++++++++++++++++++++++++++++++
>+ Tabelle 1 +
>+++++++++++++++++++++++++++++++++
>-->diese Leerzeile soll weg
>+++++++++++++++++++++++++++++++++
>+ Tabelle 2 - im HTML- Formular +
>+++++++++++++++++++++++++++++++++
>-->diese Leerzeile soll auch weg
>+++++++++++++++++++++++++++++++++
>+ Tabelle 1 +
>+++++++++++++++++++++++++++++++++
>
>
>Hier mein Beispiel-Quellcode:
>
>
><html>
>
><head>
><title>Neu</title>
></head>
>
><body>
>
><table border="1" cellpadding="0" cellspacing="0" width="250">
> <tr>
> <td> </td>
> <td> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> </tr>
></table>
>
><form method="POST" action="prima">
> <table border="1" cellpadding="0" cellspacing="0" width="250">
> <tr>
> <td><input type="text" name="T1" size="20"></td>
> </tr>
> <tr>
> <td><input type="submit" value="Abschicken" name="B1"></td>
> </tr>
> </table>
></form>
>
><table border="1" cellpadding="0" cellspacing="0" width="250">
> <tr>
> <td> </td>
> <td> </td>
> </tr>
> <tr>
> <td> </td>
> <td> </td>
> </tr>
></table>
></body>
></html>
>
php::bar PHP Wiki - Listenarchive