borobudur: Grafiken strecken

Beitrag lesen

Hallo,

ich versuche einen flexiblen "Rahmen" (grafiken in tabelle) um text zu bauen. Dazu möchte ich gif-grafiken verwenden welche ich an einem stelle strecke. Die browser haben aber ihre grösste mühe damit.

Kann mir jemand einen tipp geben was ich am code besser machen kann oder eine alternative vorschlagen?

<table width="228" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="228" height="20" colspan="3"><img src="pict/pftop.gif" width="228" height="20" alt=""/></td>
  </tr>
  <tr>
    <td width="20" height="52"><img src="pict/pfleft.gif" width="20" height="100%" alt=""/></td>
    <td width="171" rowspan="2">content</td>
    <td width="37" height="52"><img src="pict/pfweb.gif" width="37" height="52" alt=""/></td>
  </tr>
  <tr>
    <td width="20"><img src="pict/pfleft.gif" width="20" height="100%" alt=""/></td>
    <td width="37"><img src="pict/pfright.gif" width="37" height="100%" alt=""/></td>
  </tr>
  <tr>
    <td width="228" height="27" colspan="3"><img src="pict/pfbottom.gif" width="228" height="27" alt=""/></td>
  </tr>
</table>