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

Tableau flottant

1 réponse
Avatar
Orphée
Bonsoir, j'aimerais connaître la méthodologie pour intégrer une ligne unique
dans un tableau multi-colonnes

Merci

1 réponse

Avatar
Maurice
"Orphée" a écrit dans le message de news:
4c192187$0$2973$
Bonsoir, j'aimerais connaître la méthodologie pour intégrer une ligne
unique dans un tableau multi-colonnes

Merci


Fusionner les cellules de la ligne
Example ci-dessous

Maurice

--------------------- EXEMPLE-----------
<html>

<head>

<title>Nouvelle page 1</title>

<meta name="Microsoft Theme" content="global 011, default">

</head>

<body>

<table border="1" width="100%">

<tr>

<td width="50%">&nbsp;</td>

<td width="50%">&nbsp;</td>

</tr>

<tr>

<td width="100%" colspan="2">&nbsp;</td>

</tr>

<tr>

<td width="50%">&nbsp;</td>

<td width="50%">&nbsp;</td>

</tr>

<tr>

<td width="50%">&nbsp;</td>

<td width="50%">&nbsp;</td>

</tr>

</table>

</body>

</html>