Hallo,
Ich habe Folgendes Problem. Ich habe eine Tabelle und zwei innentabellen. Zwischen den Innentabellen ist ein kleiner spalt frei. Warum In allen stylesheet klassen ist margin und padding 0!
Ich verzweifel hier echt. Ich hoffe ihr könnt mir helfen!
Danke schonmal
Sebs
Ich habe Folgendes Problem. Ich habe eine Tabelle und zwei innentabellen. Zwischen den Innentabellen ist ein kleiner spalt frei. Warum In allen stylesheet klassen ist margin und padding 0!
Ich verzweifel hier echt. Ich hoffe ihr könnt mir helfen!
Danke schonmal
Sebs
PHP:
<table cellpadding="0" cellspacing="0" border="0" align="center" class="page">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" class="content_table_menu">
<tr>
<td colspan="2" height="140" class="menu">
<?php
include('menu/menu.php');
?>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" class="content_table_cnt">
<tr>
<!-- Content Teil -->
<td width="590" class="content" valign="top">
<?php
include('content/display.php');
?>
</td>
<!-- Info Leiste -->
<td width="188" class="leiste" valign="top">
asdasd
</td>
</tr>
</table>
</td>
</tr>
</table>