Lukas Bugla: Wie kann ich Grafiken als Hintergrund in Tabellen anzeigen?

Hallo,

ich habe ein Problem. Ich wollte eine Grafik als Hintergrund in einer Tabelle anzeigen. Ich habe dies getan und der Browser (ie5 und ns) zeigen es nicht an. Was habe ich falsch gemacht?

Der HTML Code:

<table width="730" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr background="suche_spiele.gif" height="2">
    <td>
      <table width="730" border="0" cellpadding="0" cellspacing="0" height="57">
        <tr>
          <td width="105" height="57"> </td>
          <td width="625" height="57">
            <form method="post" action="">
              <b><font color="#FFFFFF" size="-1" face="Verdana, Arial, Helvetica, sans-serif"><br>
              Suche:
              <input type="text" name="textfield" size="15">
              <small>
              <input type="submit" name="Submit" value="Start!">
              </small></font></b>
            </form>
      </td>
        </tr>
      </table>
      
    </td>
  </tr>
</table>

Danke im Vorraus!

MFG
Lukas

  1. Hi,

    versuch's mal mit

    <table background="suche_spiele.gif" width="730" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr height="2">

    Gruß,
    Stefan

    1. Hallo !

      Und damit im NS nichts schiefläuft, schau mal hier :

      <../../sfausles/tsfa_tac.htm#a7>

      Gruß,
      Kerki

  2. Hallo!

    Kleine Ergänzung:

    das funkt in <table>, aber auch in <td>. In <tr> halt nicht... Du kannst sogar animierte GIFs nehemen! (Zumindest in neueren Browsern?)

    Stiefel