yo,
wie kann ich die tables NEBENEINANDER anordnen???
ineinander verschachteln wäre eine möglichkeit.
<table>
<tr>
<td>
<table>...</table>
</td>
<td>
<table>...</table>
</td>
<tr>
</table>
Ilja
yo,
wie kann ich die tables NEBENEINANDER anordnen???
ineinander verschachteln wäre eine möglichkeit.
<table>
<tr>
<td>
<table>...</table>
</td>
<td>
<table>...</table>
</td>
<tr>
</table>
Ilja