Couleur arriere plan dans un tableau
Résolu/Fermé
mariline285
Messages postés
76
Date d'inscription
vendredi 28 mars 2008
Statut
Membre
Dernière intervention
19 février 2011
-
28 mai 2008 à 22:33
mariline285 Messages postés 76 Date d'inscription vendredi 28 mars 2008 Statut Membre Dernière intervention 19 février 2011 - 28 mai 2008 à 23:23
mariline285 Messages postés 76 Date d'inscription vendredi 28 mars 2008 Statut Membre Dernière intervention 19 février 2011 - 28 mai 2008 à 23:23
A voir également:
- Couleur arriere plan dans un tableau
- Tableau croisé dynamique - Guide
- Arrière plan - Guide
- Somme si couleur - Guide
- Afficher un tableau en c - Forum C
- Tableau ascii - Guide
3 réponses
pierrot5.9
Messages postés
158
Date d'inscription
vendredi 21 mars 2008
Statut
Membre
Dernière intervention
5 août 2009
4
28 mai 2008 à 22:35
28 mai 2008 à 22:35
<table>
<background="red">
<tr>
<th>nom</th>
<th>prenom</th>
</tr>
<tr>
<td>dupond</td>
<td>sandra</td>
</tr>
</table>
essai ca je ne sais pas s'il faut mettre body avec background.
<background="red">
<tr>
<th>nom</th>
<th>prenom</th>
</tr>
<tr>
<td>dupond</td>
<td>sandra</td>
</tr>
</table>
essai ca je ne sais pas s'il faut mettre body avec background.
mariline285
Messages postés
76
Date d'inscription
vendredi 28 mars 2008
Statut
Membre
Dernière intervention
19 février 2011
28 mai 2008 à 23:23
28 mai 2008 à 23:23
sa marche pas mai ça marche avec bgcolor.
Merci pour ton aide.
Merci pour ton aide.
28 mai 2008 à 23:21