http://88.198.45.9/pic/falk-the-hunter_html-table-problem.jpg
[html]
navside.html
<body>
<body bgcolor="white" text="black" Link="red" vLink="red" aLink="aqua">
<font face="Comic Sans MS">
<table border="0">
<tr>
<td height="50" width="70" background="media/table_bg.jpg" border="0" bordercolor="yellow">11</td>
<td height="50" width="128" background="media/table_bg_ende.jpg" border="0">12</td>
</tr>
<tr>
<td height="50" width="70" background="media/table_bg.jpg" border="0" bordercolor="yellow">11</td>
<td height="50" width="128" background="media/table_bg_ende.jpg" border="0">12</td>
</tr>
<tr>
<td height="50" width="70" background="media/table_bg.jpg" border="0" bordercolor="yellow">11</td>
<td height="50" width="128" background="media/table_bg_ende.jpg" border="0">12</td>
</tr>
<tr>
<td height="50" width="70" background="media/table_bg.jpg" border="0" bordercolor="yellow">11</td>
<td height="50" width="128" background="media/table_bg_ende.jpg" border="0">12</td>
</tr>
<tr>
<td height="50" width="70" background="media/table_bg.jpg" border="0" bordercolor="yellow">11</td>
<td height="50" width="128" background="media/table_bg_ende.jpg" border="0">12</td>
</tr>
<tr>
<td height="50" width="70" background="media/table_bg.jpg" border="0" bordercolor="yellow">11</td>
<td height="50" width="128" background="media/table_bg_ende.jpg" border="0">12</td>
</tr>
<tr>
<td height="50" width="70" background="media/table_bg.jpg" border="0" bordercolor="yellow">11</td>
<td height="50" width="128" background="media/table_bg_ende.jpg" border="0">12</td>
</tr>
</table>
</body>
[/html]
Wie ihr seht, habe ich eine Tabelle erstellt, mit 7 Spalten und 2 Reihen. Als Hintergrund der Tabelle hab ich das Bild table_bg.jpg und table_bg_ende.jpg zwischen denn Bilder ist eine Lücke. Und genau das ist mein Problem. Diese Lücke möchte ich weg habe, aber die Bilder sollen trotzdem gespalten sein, da ich dort noch was vor habe.
Da ich kein PHP kan, bitte nichts damit schrieben, nur HTML, vllt auch JavaSchript. Glaube aber nicht das das mit JavaScript geht.
Greetz
Falk The Hunter