Hintergrundbild für Navigation!

LLCoupeJunior
Hallo,
ich habe ein Box gemacht wo ich aber ein hintergrundbild rein haben möchte wie stelle ich das an?
ist zwar kein wBB aber der Code ist identisch, deswegen frage ich es mal hier...
Hier meine Codebox:

Zitat:

<!--Start Box_Navi-->

<table cellpadding="4" cellspacing="1" border="0" style="width:180px" class="tableinborder">
<tr>
<td class="tabletitle" align="left"><span class="normalfont"><b>&raquo; Men&uuml;</b></span></td>

</tr>
<tr>
<td class="tableb" align="left"><span class="smallfont">
<img src="images/arrow.gif" alt="" title="" border="0" /> <b><a href="index.html">The´schoolerz</a></b><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Our Cars</a><br />
<br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Shows</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Guestbook</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">News</a><br />

<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">´schoolerz-friendz</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Get the Contact</a><br />
</span>
</td>
</tr>
</table><br />

<!--End Box_Navi-->
ROBthePRO
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
<!--Start Box_Navi-->

<table cellpadding="4" cellspacing="1" border="0" style="width:180px" class="tableinborder" background="http://your-wbb.de/images/avatars/avatar-2443.gif">
<tr>
<td class="tabletitle" align="left"><span class="normalfont"><b>&raquoMen&uuml;</b></span></td>

</tr>
<tr>
<td class="tableb" align="left"><span class="smallfont">
<img src="images/arrow.gif" alt="" title="" border="0" /> <b><a href="index.html">The´schoolerz</a></b><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Our Cars</a><br />
<br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Shows</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Guestbook</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">News</a><br />

<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">´schoolerz-friendz</a><br />
<img src="images/arrow.gif" alt="" title="" border="0" /> <a href="index.html">Get the Contact</a><br />
</span>
</td>
</tr>
</table><br />

<!--End Box_Navi-->



http://your-wbb.de/images/avatars/avatar-2443.gif

mit dem Bild ändern was als Hintergrund gemacht werden soll smile
LLCoupeJunior
Danke!