Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

remplacer un tableau par des div....

2 réponses
Avatar
Marc Collin
salut

je voudrais remplacer les tableau sur mon site afin d'utiliser des div...


<table>
<tr class="tabtitre">
<td>Date</td>
<td>Nouveauté</td>
</tr>
<tr>
<td>20 avril 04</td>
<td>Venez discuter pour la création du nouveau site sur irc: <a
href="irc://irc.eu.dal.net/xordev">Xordev</a> (nom temporaire)</td>
</tr>
<tr>
<td>17 avril 04</td>
<td>Cherche <a
href="http://pages.infinit.net/borland/volontaire.htm">
volontaire</a>.... </td>
</tr>
<tr>
<td>31 mars 04</td>
<td>Mise à jour du tutoriels sur les udf et les procédures
stockées</td>
</tr>
</table>

c'est donc un tableau à 2 colonne et à x ligne...

alors comment faire cela?

--
Borland rulez http://pages.infinit.net/borland

2 réponses

Avatar
Marc Collin
Mac Larinett wrote:

In article <1Sukc.52923$,
Marc Collin wrote:


c'est donc un tableau à 2 colonne et à x ligne...




c'est un vrai tableau donc il faut utiliser <table> et non <div>, on
remplace les tableaux quand ils servent à la mise en page, pas dans ce
cas-là


ah ok merci

car bon à lire certain site... utiliser un tableau c'est criminel

--
Borland rulez http://pages.infinit.net/borland
Avatar
Mac Larinett
In article <1Sukc.52923$,
Marc Collin wrote:

c'est donc un tableau à 2 colonne et à x ligne...



c'est un vrai tableau donc il faut utiliser <table> et non <div>, on
remplace les tableaux quand ils servent à la mise en page, pas dans ce
cas-là