HTML Hintergrundsbildslücke ändern

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

  1. du machst den body tag 2mal auf

  2. versuche das mal:

in der tabelle:
border=„0“ cellpadding=„0“ cellspacing=„0“

im body:[FONT=monospace]
[/FONT]leftmargin=„0“ topmargin=„0“ rightmargin=„0“ bottommargin=„0“ marginwidth=„0“

Very much thanking to u klappt -.-

was hätte ich auch sonst erwartet .,.

Und das zu Punkto 1: Ne angewohnheit von mir wegen der Lesbarkeit und so…

aber eigendlich isses ja nicht schlimm oder !

PS:Und Habe es noch get, falls jmd das auch so machen möchte !