Hi,
bin neu und hoffe, dass mir einer helfen kann.
Ich möchte folgenden Code als "Schema" verwenden:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<table width=50% cellpadding="2" cellspacing="2" border=1>
<tr>
<td width=75> </td><td> </td><td width=50> </td>
<tr>
</table>
<table width=50% height=50% cellpadding="2" cellspacing="2" border=1 >
<tr>
<td>
<table height=100% cellpadding="2" cellspacing="2" border=1>
<tr><td height=50> </td></tr>
<tr><td width=100> </td></tr>
<tr><td height=50> </td></tr>
</table>
</td>
<td>
<table width=100% height=100% cellpadding="2" cellspacing="2" border=1>
<tr><td>CENTER</td></tr>
</table>
</td>
</tr>
</table>
<table width=50% border=1 cellpadding="2" cellspacing="2" border=1>
<tr>
<td width=50> </td><td> </td><td width=75> </td>
<tr>
</table>
|
Dabei sollen die <td> mit fixen Größen definiert werden und die <tables> sollen dynamisch per %-Größen bleiben.
Mein Problem: Wie bekomme ich diesen leeren Zwischenraum weg?
Vielen Dank im voraus.
mfg Schaaf