Mailinglisten-Archive |
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