Bonjour,
Voila j'ai soucis j'aimerais aligner tous ceci sur une meme ligne Je suis un "noob" en programation pour l'instant et sa fait deja pas mal de temps que je cherche une solution mais je ne la trouve pas !
<table border="1" height="180" width="200">
<tr>
<td>Code postal</td>
<td>08400</td>
</tr>
<tr>
<td>Département</td>
<td>Ardennes</td>
</tr>
<tr>
<td>Région</td>
<td>Champagne Ardenne</td>
</tr>
<tr>
<td>Latitude</td>
<td>49.467°</td>
</tr>
<tr>
<td>Longitude</td>
<td>4.667°</td>
</tr>
</table>
<img src="http://img38.picoodle.com/i5al/flypside/dqsn_a27_uck49.png"></img>
<table border="1" height="180" widht="200">
<tr>
<td>Pays</td>
<td>France</td>
</tr>
<tr>
<td>Arrondissement</td>
<td>Vouziers</td>
</tr>
<tr>
<td>Canton</td>
<td>Attigny</td>
</tr>
</table>
J'aimerais aligner tous sa sur une même ligne Es-ce possible ?