Results 1 to 2 of 2

Thread: pb with image in background dispatch in a table

  1. #1
    Join Date
    Feb 2008
    Posts
    2

    pb with image in background dispatch in a table

    Hi there

    I am getting mad with a background image that i am trying to display in a simple table.

    I have been cutting the image in nine pieces with Gimp ( filter Py slice)

    When i try to assemble it in my table two whites horizontal stripes are disturbing the image after each line i define ... i am using firefox !!!

    Here is the code of html

    <html>
    <head>
    <title></title>

    </head>
    <body>

    <table width="516" height="511" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="53" height="14"><img width="53" height="14" src="./index_jeu_ter/gauche_h.jpg" border="0"></td>
    <td width="448" height="14"><img width="448" height="14" src="./index_jeu_ter/milieu_h.jpg" border="0"></td>
    <td width="15" height="14"><img width="15" height="14" src="./index_jeu_ter/droite_h.jpg" border="0"></td>
    </tr>
    <tr>
    <td width="53" height="433"><img width="53" height="433" src="./index_jeu_ter/gauche_m.jpg" border="0"></td>
    <td width="448" height="433"><img width="448" height="433" src="./index_jeu_ter/centre.jpg" border="0"></td>
    <td width="15" height="433"><img width="15" height="433" src="./index_jeu_ter/droite_m.jpg" border="0"></td>
    </tr>
    <tr>
    <td width="53" height="64"><img width="53" height="64" src="./index_jeu_ter/gauche_b.jpg" border="0"></td>
    <td width="448" height="64"><img width="448" height="64" src="./index_jeu_ter/milieu_b.jpg" border="0"></td>
    <td width="15" height="64"><img width="15" height="64" src="./index_jeu_ter/droite_b.jpg" border="0"></td>
    </tr>
    </table>

    </body>

    </html>


    i can send by mail the result i get if someone wants...

    Please help

  2. #2
    Join Date
    Feb 2008
    Posts
    2
    sorry to bother you with this simple question

    I think i have to find another solution

    this post is closed
    thanks

Similar Threads

  1. Table Cell Background?
    By spatel783 in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 08 Sep 2007, 04:37 AM
  2. Using opaque image as background
    By sumacbob in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 20 Apr 2006, 09:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •