Bordure de tableau en couleur
Publié : 17 janv. 2005, 23:43
Bonjour,
Est-il possible de mettre la bordure d'un tabeau en couleur
<html>
<head>
<meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table
style="text-align: left; width: 396px;" border="20" ==> cette bordure de 20 pixels
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 199px;"><br>
</td>
<td style="width: 179px;"><br>
</td>
</tr>
<tr>
<td
style="width: 199px;"><br>
</td>
<td style="width: 179px;"><br>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
Merci
Est-il possible de mettre la bordure d'un tabeau en couleur

<html>
<head>
<meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table
style="text-align: left; width: 396px;" border="20" ==> cette bordure de 20 pixels
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 199px;"><br>
</td>
<td style="width: 179px;"><br>
</td>
</tr>
<tr>
<td
style="width: 199px;"><br>
</td>
<td style="width: 179px;"><br>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
Merci