Partage
  • Partager sur Facebook
  • Partager sur Twitter

Probleme de tableau

decalage des celules

Sujet résolu
    11 mars 2006 à 10:06:27

    Bonjour à tous!
    J'ai besoin d'aide car sur ma page web, les cellules de mes tableaux ce décalent et cela fausse tut le design de mon site. Chez moi, tout va bien mais chez un ami tout est decalé.
    Voici le lien : Ici

    Voici le code de ma page web:

    <!DOCTYPE html PUBLIC "–//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1–strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
    <head>
    <title>TotalGamer – Accueil</title>
    <meta http–equiv="Content–Type" content="text/html; charset=iso–8859–1">
    <link rel="stylesheet" media="screen" type="text/css" title="Design" href="css/style1.css" />
    </head>
    <body>
    <!–– ImageReady Slices (accueil.psd) ––>
    <table id="Tableau_01" width="1024" height="2001" align="center" border="0" cellpadding="0" cellspacing="0">
            <tr>
                    <td colspan="15" background="images/accueil_01.jpg" width="1024" height="22""></td>
            </tr>
            <tr>
                    <td colspan="3" rowspan="2" background="images/accueil_02.jpg" width="208" height="211"></td>
                    <td colspan="9">
                            <a href="../index.php">
                                    <img src="images/accueil_03.jpg" width="584" height="183" border="0" alt=""></a></td>
                    <td colspan="3" rowspan="2" background="images/accueil_04.jpg" width="232" height="211"></td>
            </tr>
            <tr>
                    <td colspan="9" background="images/accueil_05.jpg" width="584" height="28"></td>
            </tr>
            <tr>
                    <td colspan="2" rowspan="2" background="images/accueil_06.jpg" width="146" height="113"></td>
                    <td colspan="2">
                            <a href="../tests.php">
                                    <img src="images/accueil_07.jpg" width="104" height="59" border="0" alt=""></a></td>
                    <td>
                            <a href="../news.php">
                                    <img src="images/accueil_08.jpg" width="83" height="59" border="0" alt=""></a></td>
                    <td colspan="2">
                            <a href="../videos.php">
                                    <img src="images/accueil_09.jpg" width="82" height="59" border="0" alt=""></a></td>
                    <td>
                            <a href="../astuces.php">
                                    <img src="images/accueil_10.jpg" width="85" height="59" border="0" alt=""></a></td>
                    <td>
                            <a href="../previews.php">
                                    <img src="images/accueil_11.jpg" width="82" height="59" border="0" alt=""></a></td>
                    <td>
                            <a href="../download.php">
                                    <img src="images/accueil_12.jpg" width="84" height="59" border="0" alt=""></a></td>
                    <td>
                            <a href="../blogs.php">
                                    <img src="images/accueil_13.jpg" width="79" height="59" border="0" alt=""></a></td>
                    <td colspan="2">
                            <a href="../forum.php">
                                    <img src="images/accueil_14.jpg" width="106" height="59" border="0" alt=""></a></td>
                    <td colspan="2" rowspan="2" background="images/accueil_15.jpg" width="173" height="113"></td>
            </tr>
            <tr>
                    <td colspan="11" background="images/accueil_16.jpg" width="705" height="54"></td>
            </tr>
            <tr>
                    <td rowspan="4" background="images/accueil_17.jpg" width="68" height="1654"></td>
                    <td colspan="5">
                            <img src="images/accueil_18.jpg" width="322" height="32" alt=""></td>
                    <td colspan="8" background="images/accueil_19.jpg" width="559" height="32">
                    <p class="titre">TotalGamer ––> Accueil</p></td>
                    <td rowspan="4" background="images/accueil_20.jpg" width="75" height="1654"></td>
            </tr>
            <tr>
                    <td colspan="13" background="images/accueil_21.jpg" width="881" height="20"></td>
            </tr>
            <tr>
                    <td colspan="13" background="images/accueil_22.jpg" width="881" height="1476"></td>
            </tr>
            <tr>
                    <td colspan="13" background="images/accueil_23.jpg" width="881" height="126"></td>
            </tr>
            <tr>
                    <td>
                            <img src="images/spacer.gif" width="68" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="78" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="62" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="42" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="83" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="57" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="25" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="85" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="82" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="84" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="79" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="47" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="59" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="98" height="1" alt=""></td>
                    <td>
                            <img src="images/spacer.gif" width="75" height="1" alt=""></td>
            </tr>
    </table>
    <!–– End ImageReady Slices ––>
    </body>
    </html> 


    Ya t-il un moyen de ne pas laisser les cellules se séparé?
    Merci d'avance
    • Partager sur Facebook
    • Partager sur Twitter
      11 mars 2006 à 12:59:27

      Essaie d'enlever ton id dans la balise <table>.
      • Partager sur Facebook
      • Partager sur Twitter

      Probleme de tableau

      × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
      × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
      • Editeur
      • Markdown