Jump to content

Background picture in table


RivkaS

Recommended Posts

I try to make a table for naviation on a page and would like to add a background picture and not only color but it does not show - where is the mistake?

<table border="4" cellpadding="4" cellspacing="4" width="350" background="f0004841.jpg">  <tbody>    <tr>      <td align="center"><b><A href="http://greekstudies.tripod.com/basisworte.html" >BasisWorte</A></b></td>      <td align="center"><b><A href="http://greekstudies.tripod.com/tisch.html" >Tisch</A></b></td>    </tr>    <tr>      <td align="center"><b><A href="http://greekstudies.tripod.com/beckerei.html" >Bäckerei</A></b></td>      <td align="center"><b><A href="http://greekstudies.tripod.com/essen.html" >Essen</A></b></td>    </tr>    <tr>      <td align="center"><b><A href="http://greekstudies.tripod.com/lebensmittel.html" >Lebensmittel</A></b></td>      <td align="center"><b><A href="http://greekstudies.tripod.com/obst.html" >Obst</A></b></td>    </tr>    <tr>      <td align="center"><b><A href="http://greekstudies.tripod.com/gemuese.html" >Gemüse</A></b></td>      <td align="center"><b><A href="http://greekstudies.tripod.com/einkaufen.html" >Einkaufssätze</A></b></td>    </tr>  </tbody></table>

Link to comment
Share on other sites

I try to make a table for naviation on a page and would like to add a background picture and not only color but it does not show - where is the mistake?
Hi, just pasted your code and the background works fine for me (in both FF and IE7). Have you checked that your file f0004841.jpg is in the current folder?Try a different jpg. On an XP machine I used a copy of C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Water lilies.jpg and that showed fine as a picture for your table background.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...