Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tableau flottant

1 view
Skip to first unread message

Orphée

unread,
Jun 16, 2010, 3:09:55 PM6/16/10
to
Bonsoir, j'aimerais connaître la méthodologie pour intégrer une ligne unique
dans un tableau multi-colonnes

Merci


Maurice

unread,
Jun 16, 2010, 3:23:30 PM6/16/10
to

"Orphée" <labig...@wanadoo.fr> a écrit dans le message de news:
4c192187$0$2973$ba4a...@reader.news.orange.fr...

> 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>

0 new messages