Hallo!
Ich habe folgendes Formular:
Code:
<form method="post" action="index.php?get=search&keywords=<?php echo $search_word; ?>">
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td class="bodyline" colspan="3">[b]Suche[/b]</td>
</tr>
...
</table>
</form>
Nur ist am Ende der Tabelle immer ein Abstand, wie kann ich diesen entfernen?
Bei SelfHTML habe ich auch nichts gefunden.