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

Beitrag lesen

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