sp: Grafiken in Tabellen

Beitrag lesen

HI Leute,

ich habe ein allgemeines Problem zu Grafiken in Tabellen.

Problem:

<table border="1" cellpadding="0" cellspacing="0">
<tr>
  <td>
   <img src="" width="167" height="130" alt=""><img src=""width="433" height="130" alt="">
  </td>
</tr>
</table>

Wie bekomme ich es hin, dass zwischen Zellenrand und Grafik kein Freiraum bleibt? Der Grafikrand also mit dem Zellenrand abschließt?
Ich habe schon herumprobiert und recherchiert wie ein Blöder. Bekomme es einfach nicht hin.
Ich hoffe ihr könnt mir helfen.

Gruß
van Ro

Hallo,

hier noch eine Lösung:

<table border="1" cellpadding="0" cellspacing="0">
 <tr>
  <td><img src="" width="167" height="130" alt="" vspace="0" hspace="0" img src="" width="433" height="130" alt="" vspace="0" hspace="0"><td>
 </tr>
</table>

mfg
sp