1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>test</title>
<meta content="" name="description">
<meta content="" name="keywords">
<meta content="index,follow" name="robots">
<style type="text/css" media="all">
@import "stylesheet.css";
</style>
</head>
<body>
<table style="text-align: left; width: 100%; height: 99%;" border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<td style="width: 120px; vertical-align: top; background-color: rgb(204, 204, 204);" colspan="1" rowspan="1"> </td>
<td colspan="3" rowspan="1" style="height: 30px; text-align: center; background-color: rgb(204, 204, 204);">
<h3>Titre 1</h3>
</td>
</tr>
<tr>
<td style="width: 120px; vertical-align: top; background-color: rgb(102, 153, 102);" colspan="1" rowspan="2">Menu</td>
<td style="height: 30px; width: 33%; background-color: rgb(153, 255, 153); text-align: center;" align="center"> <a href="phytogravures.html">
<h4>sous-titre 1</h4>
</a></td>
<td style="height: 30px; background-color: rgb(153, 255, 153); text-align: center;" align="center"> <a href="miniatures.html">
<h4>sous-titre 2</h4>
</a></td>
<td style="height: 30px; width: 33%; background-color: rgb(153, 255, 153); text-align: center;" align="center"> <a href="esprit_vegetal.html">
<h4>sous-titre 3</h4>
</a></td>
</tr>
<tr>
<td colspan="3" rowspan="1" style="text-align: center; background-color: rgb(102, 153, 102);">
<h3></h3>
<br>
<br>
</td>
</tr>
<tr>
<td style="height: 20px; background-color: rgb(204, 204, 204);" colspan="4" rowspan="2"></td>
</tr>
</tbody>
</table>
</body>
</html> |
Partager