IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

tableau


Sujet :

HTML

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut tableau
    Slt,

    alez voir ici :
    http://www.alastuce.com/test/accueil.php
    Vous voyez au milieu un tableau avec :
    :::BLA:::
    Et à l'intérieur :
    BLA
    Je voudrais en fet mettre un autre tableau de plus, un au dessut de celui là et un en dessous, mais ces deux ci sans :
    :::BLA:::
    Je n'y arrive pas

    Pouvez vous m'aider?

    Merci

  2. #2
    Membre chevronné Avatar de Perceval
    Homme Profil pro
    Responsable de projet fonctionnel
    Inscrit en
    Mars 2003
    Messages
    355
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Royaume-Uni

    Informations professionnelles :
    Activité : Responsable de projet fonctionnel
    Secteur : Distribution

    Informations forums :
    Inscription : Mars 2003
    Messages : 355
    Par défaut
    Désolé... mais je n'ai pas bien compris ton problème.... même en étant allé sur la page....

  3. #3
    Membre éclairé
    Profil pro
    Inscrit en
    Juin 2003
    Messages
    61
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2003
    Messages : 61
    Par défaut
    Citation Envoyé par Perceval
    Désolé... mais je n'ai pas bien compris ton problème.... même en étant allé sur la page....
    Idem... (ni le rapport avec des tableaux, mais bon, ceci est une autre histoire)

    Si tu ne veux pas mettre ":::BLA:::" dans ton tableau... ne l'écris pas, tout simplement :-/

  4. #4
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut
    en fet je veux créer le même tableau au dessus et en dessus de celui existant mais sans la parti du titre ou se trouve ::: blabla:::

  5. #5
    Membre chevronné

    Inscrit en
    Octobre 2004
    Messages
    363
    Détails du profil
    Informations forums :
    Inscription : Octobre 2004
    Messages : 363
    Par défaut
    il faut que tu enelève du code la ligne (<TR>) ou se trouve la blabla, le tr correspnod à la ligne d'un tableau. il te suffit de l'éffacer.

  6. #6
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut
    pourrais tu me donner le code de la page entière avec 3 tableau
    - un sans la partie titre
    - un avec
    - un sans

    car je lute depuis 2 semaines

    merci d'avance

  7. #7
    Membre chevronné

    Inscrit en
    Octobre 2004
    Messages
    363
    Détails du profil
    Informations forums :
    Inscription : Octobre 2004
    Messages : 363
    Par défaut
    Jveux bien mais ca va être un gros paté...

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    <table width="725" border="0" cellspacing="0" cellpadding="0">
             <tr>
               <td rowspan="6" width="10"></td>
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0">
     
     
     
     
     
     
     
     
                   <tr>
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0">
                       <tr>
     
                         <td width="0">&nbsp;</td>
                       </tr>
     
                     </table>                   </td>
     
                   </tr>
     
                 </table>
     
     
                   <table>
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0">
     
                       </table>                     </td>
     
     
                     </tr>
     
                   </table>               </td>
               <td rowspan="6" width="10"></td>
               <td width="23"><img src="images/cadreint_16.gif" width="23" height="11"></td>
               <td background="images/horizon_18.gif"  width="4000" height="11"></td>
     
               <td width="25"><img src="images/cadreint_18.gif" width="25" height="11"></td>
               <td rowspan="6" width="10"></td>
             </tr>
             <tr>
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td>
               <td background="images/horizon_27.gif" width="4000" height="13"></td>
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td>
             </tr>
             <tr>
               <td background="images/vertical_33.gif" width="23"></td>
               <td bgcolor="#b79b82" width="4000" height="176"><p align="justify" class="Style8a">BLA</p>
     
              </td>
               <td background="images/vertical_34.gif" width="25" height="176"></td>
             </tr>
             <tr>
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td>
               <td background="images/horizon_35.gif" width="4000" height="15"></td>
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td>
             </tr>
             <tr>
     
               <td colspan="3" height="10"></td>
               <td colspan="3" height="10"></td>
             </tr>
           </table><table width="725" border="0" cellspacing="0" cellpadding="0">
             <tr>
               <td rowspan="6" width="10"></td>
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0">
     
     
     
     
     
     
     
     
                   <tr>
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0">
                       <tr>
     
                         <td width="0">&nbsp;</td>
                       </tr>
     
                     </table>                   </td>
     
                   </tr>
     
                 </table>
     
     
                   <table>
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0">
     
                       </table>                     </td>
     
     
                     </tr>
     
                   </table>               </td>
               <td rowspan="6" width="10"></td>
               <td width="23"><img src="images/cadreint_16.gif" width="23" height="11"></td>
               <td background="images/horizon_18.gif"  width="4000" height="11"></td>
     
               <td width="25"><img src="images/cadreint_18.gif" width="25" height="11"></td>
               <td rowspan="6" width="10"></td>
             </tr>
             <tr>
               <td><img src="images/cadreint_20.gif" width="23" height="23"></td>
               <td bgcolor="#3b2f20" width="4000" height="23"><div align="center"><strong class="Style4">:::
               <span class="Style4"><strong>BLA</strong></span>:::</strong></div></td>
               <td><img src="images/cadreint_22.gif" width="25" height="23"></td>
     
             </tr>
             <tr>
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td>
               <td background="images/horizon_27.gif" width="4000" height="13"></td>
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td>
             </tr>
             <tr>
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td>
               <td background="images/horizon_35.gif" width="4000" height="15"></td>
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td>
             </tr>
             <tr>
     
               <td colspan="3" height="10"></td>
               <td colspan="3" height="10"></td>
             </tr>
           </table><table width="725" border="0" cellspacing="0" cellpadding="0">
             <tr>
               <td rowspan="6" width="10"></td>
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0">
     
     
     
     
     
     
     
     
                   <tr>
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0">
                       <tr>
     
                         <td width="0">&nbsp;</td>
                       </tr>
     
                     </table>                   </td>
     
                   </tr>
     
                 </table>
     
     
                   <table>
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0">
     
                       </table>                     </td>
     
     
                     </tr>
     
                   </table>               </td>
               <td rowspan="6" width="10"></td>
               <td width="23"><img src="images/cadreint_16.gif" width="23" height="11"></td>
               <td background="images/horizon_18.gif"  width="4000" height="11"></td>
     
               <td width="25"><img src="images/cadreint_18.gif" width="25" height="11"></td>
               <td rowspan="6" width="10"></td>
             </tr>
             <tr>
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td>
               <td background="images/horizon_27.gif" width="4000" height="13"></td>
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td>
             </tr>
             <tr>
               <td background="images/vertical_33.gif" width="23"></td>
               <td background="images/vertical_34.gif" width="25" height="176"></td>
             </tr>
             <tr>
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td>
               <td background="images/horizon_35.gif" width="4000" height="15"></td>
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td>
             </tr>
             <tr>
     
               <td colspan="3" height="10"></td>
               <td colspan="3" height="10"></td>
             </tr>
           </table>
    Deux semaines à bloquer sur une suppression d'une ligne dans un tableau? D'où vient tout ce code ?

  8. #8
    Rédacteur/Modérateur

    Avatar de SpaceFrog
    Homme Profil pro
    Développeur Web Php Mysql Html Javascript CSS Apache - Intégrateur - Bidouilleur SharePoint
    Inscrit en
    Mars 2002
    Messages
    39 659
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 75
    Localisation : Royaume-Uni

    Informations professionnelles :
    Activité : Développeur Web Php Mysql Html Javascript CSS Apache - Intégrateur - Bidouilleur SharePoint
    Secteur : Industrie

    Informations forums :
    Inscription : Mars 2002
    Messages : 39 659
    Billets dans le blog
    1
    Par défaut
    oulà des balises tr pas fermées qui s'entrecoupent avec des balises table ...


    la structure doit être

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    <table>
      <tr>
        <td>  </td>
      </tr>
    </table>
    Ma page Developpez - Mon Blog Developpez
    Président du CCMPTP (Comité Contre le Mot "Problème" dans les Titres de Posts)
    Deux règles du succès: 1) Ne communiquez jamais à quelqu'un tout votre savoir...
    Votre post est résolu ? Alors n'oubliez pas le Tag

    Venez sur le Chat de Développez !

  9. #9
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut
    pourriez vous me corrigez le code de la page entière s'il vous plait,car je bute...

  10. #10
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut
    g résuusi à faire ca :
    http://www.alastuce.com/test/accueil.php
    Mais je voudrais que les 2 tableau sans la barre de titre sois de la même taille que celui ayant le titre :::BLA:::

    Comment faire?

    Merci

  11. #11
    Membre chevronné Avatar de Perceval
    Homme Profil pro
    Responsable de projet fonctionnel
    Inscrit en
    Mars 2003
    Messages
    355
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Royaume-Uni

    Informations professionnelles :
    Activité : Responsable de projet fonctionnel
    Secteur : Distribution

    Informations forums :
    Inscription : Mars 2003
    Messages : 355
    Par défaut
    Citation Envoyé par kevinf
    pourriez vous me corrigez le code de la page entière s'il vous plait,car je bute...
    Kevinf.... faire un tableau fien formé... ce n'est pas difficile.... il faut perséverer un peu.... parce que si tu butes juste pour un tableau... le reste ca va être du gateau....

  12. #12
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut
    pas merci...

  13. #13
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut
    je viens de trouver

    merci beaucoup de m'avoir donner les 3 tableaux

    Merci

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. trier un tableau et compter des elements du tableau
    Par remi51 dans le forum Algorithmes et structures de données
    Réponses: 6
    Dernier message: 17/06/2002, 16h51
  2. Réponses: 2
    Dernier message: 27/05/2002, 19h46
  3. verification de doublons dans un tableau
    Par bohemianvirtual dans le forum C
    Réponses: 11
    Dernier message: 25/05/2002, 12h21
  4. transmision de tableau en parametre
    Par Horus dans le forum C++Builder
    Réponses: 3
    Dernier message: 16/05/2002, 11h15
  5. Réponses: 4
    Dernier message: 13/05/2002, 16h43

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo