Code: Alles auswählen
<style type="text/css">
<!--
table.buttons {background-color:blue;}
.buttons input {background-color:lightgray;border:1px solid black;}
//-->
</style>
<table border="0" align="center" class="buttons">
<tr>
<td><form action="index.php"><input type="submit" value="Index" /></form></td>
<td><form action="search.php"><input type="submit" value="Suchen" /></form></td>
...
</tr>
</table>