markus: 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=0 border=1 width=772>

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

</table>
</body>
</html>

Die "Menupunkt"-Zellen sind die variablen Zellen,
die vorletzte Zelle "ohne alles" ist die leere Zelle,
der Rest ist für Layout (Rand hier, Rand da).

Gruss,
Markus