Comment faire, tableau de résultat?

Résolu
judith1706 Messages postés 18 Date d'inscription lundi 3 juin 2013 Statut Membre Dernière intervention 27 janvier 2021 - 30 avril 2014 à 20:19
@karamel Messages postés 1855 Date d'inscription vendredi 9 mai 2008 Statut Modérateur Dernière intervention 18 avril 2024 - 30 avril 2014 à 23:16
Bonjour,

Je souhaiterai réalisé un tableau de résultats ressemblant à ça :

http://i56.servimg.com/u/f56/18/25/65/21/captur24.jpg

Sauriez-vous comment faire?

Merci,

1 réponse

@karamel Messages postés 1855 Date d'inscription vendredi 9 mai 2008 Statut Modérateur Dernière intervention 18 avril 2024 153
Modifié par kazma le 1/05/2014 à 13:27
la question est vague si il s'agit d'un tableau html

<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body>

<table style='height300px;width:300px;background:black;color:white'>
<tr>
<th><span style='float:left'>RESULTATS</span><span style='float:right;margin-right:5px'>+ de resultats</span></th>
</tr>
<tr>
<td style='background:red'>01/06/13: championnat regionale...</td>
</tr>
<tr>
<td style='background:gray;border-style:solid;border-width:1px 0px 1px 0px;border-color:white;'>01/06/13: championnat regionale...</td>
</tr>
<tr>
<td style='background:red'>01/06/13: championnat regionale...</td>
</tr>
<tr>
<td style='background:gray;border-style:solid;border-width:1px 0px 1px 0px;border-color:white;'>01/06/13: championnat regionale...</td>
</tr>
<tr>
<td style='background:red'>01/06/13: championnat regionale...</td>
</tr>
</table>
</body></html>


cours Forest cours !
1
Rejoignez-nous