html-nixblicker-frage

Bobs

Bobs

Aktives Mitglied
Thread Starter
Dabei seit
02.11.2003
Beiträge
3.655
Reaktionspunkte
34
servus zusammen,
vorneweg, ich hab null plan von html (wie ihr gleich auch an meiner frage sehen werdet). ich müsste jetzt 3 kleine tabellen machen die so aussehen sollen wie auf dem screen (maße sind egal, ebenso die proportionen, ich muss nur wissen wie man diese tabellenformen generell hinbekommt).
wäre dankbar für jede hilfe!

gruss
bobs
 
screenie vergessen
 

Anhänge

  • tabelle.jpg
    tabelle.jpg
    26,5 KB · Aufrufe: 72
Tabelle 1:

<table width="656" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="140" rowspan="3" valign="top">1</td>
<td width="516" height="133" valign="top">2</td>
</tr>
<tr>
<td height="138" valign="top">3</td>
</tr>
<tr>
<td height="131" valign="top">4</td>
</tr>
</table>

Tabelle 2:

<table width="615" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="113" height="92" valign="top">1</td>
<td width="502" valign="top">2</td>
</tr>
<tr>
<td height="293" valign="top">3</td>
<td valign="top">4</td>
</tr>
</table>

Tabelle 3:

<table width="533" border="1" cellpadding="0" cellspacing="0">
<tr>
<td height="122" colspan="4" valign="top">1</td>
</tr>
<tr>
<td width="123" height="110" valign="top">2</td>
<td width="130" valign="top">3</td>
<td width="125" valign="top">4</td>
<td width="155" valign="top">5</td>
</tr>
<tr>
<td height="86" colspan="4" valign="top">6</td>
</tr>
</table>

Hoffe das is das was Du suchst..

G
1th_MACac
 
super, danke dir! :)
 
Zurück
Oben Unten