Wie kann ich Grafiken als Hintergrund in Tabellen anzeigen?
Lukas Bugla
- html
0 Stefan Bion0 kerki
0 Stiefel
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
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
Hallo !
Und damit im NS nichts schiefläuft, schau mal hier :
<../../sfausles/tsfa_tac.htm#a7>
Gruß,
Kerki
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