Struppi: flexible Zellenbreite

Beitrag lesen

sagen wir mal so: wenn wir noch den Code hätten würden wir uns mit der Suche nach Lösungen viel leichter tun...

hi,

der Code ist so basal wie oben beschrieben, nix besonderes:

<html>
<head>
<title>zellenbreite</title>
</head>
<body>

<table cellspacing=0 cellpadding=5 border=1 width="100%">

<tr>
 <td width="1%" nowrap><a href="xxx">Menupunkt 1</a></td>
 <td width="1%" nowrap><a href="xxx">Menupunkt 2</a></td>
 <td width="1%" nowrap><a href="xxx">Menupunkt 3</a></td>
 <td width="1%" nowrap><a href="xxx">Menupunkt 4</a></td>
 <td width="1%" nowrap><a href="xxx">Menupunkt 5</a></td>
 <td width="1%" nowrap><a href="xxx">Menupunkt 6</a></td>
 <td width="99%"> </td>
</tr>

</table>

Wobei sowas dank CSS nicht mehr nötig sein sollte.

Struppi.