Foto vergrössert Tabellenrahmen

Status
Nicht offen für weitere Antworten.
Ne, jetzt klappt es. Geht doch manchmal nix über das Gute Trial-N-Error. ;-)
Er hat die zwei Zeilen im Style gebraucht. Wieder was gelernt!

HTML:
<style type="text/css">
...
table {table-layout:fixed;}
td {overflow:hidden;}
</style>
</head>
...
...
<table border="1" width="100%">
  <colgroup>
    <col width="10%">
    <col width="20%">
    <col width="70%">
  </colgroup>

  <tr>
    <th><span class="p1">Buchstabe</span></th>
    <th><span class="p1">Nickname-Realname</span></th>
    <th><span class="p1">Foto(s)</span></th>
  </tr>
  <tr>
    <td valign="top"><a name="#">#</td>
    <td></td>
    <td><img src="picz/rg/Gruppenfoto.jpg" alt="" border="3" width="50%" height="50%"></td>
  </tr>
...
...


-bedank an alle-
TZP
 
Status
Nicht offen für weitere Antworten.
Zurück