bonjour
voici mon site dépouillé pour la compréhension : demo

le code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title> Le 9eme Cercle
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="proton.css" rel="stylesheet" type="text/css" />
    <LINK REL="SHORTCUT ICON" HREF="pics/9emec.ico">
    </head>
<body>
<td>
  <table border="1">
    <tr>
      <td align ="center" colspan="2">
 
      <img src="header.jpg" height="147" width="980">
 
      </td>
    </tr>
    <tr>
 
      <td></td>
 
    <table border="1"> 
    <tr>
	  <td valign = "top">
	  <table border="1"><tr>
	  <td width="150">
 
      <p class="rouge">menu</p></td>
 
    </tr><tr>
 
	  <td><p class="rouge">partenaire</p></td><tr></tr>
 
	  <td height="70"></td><tr></tr>
 
	  <td><p class="rouge">visiteurs</p></td></tr>
 
	  </table>
 
	  </td><td>
 
       <table>
 
        <td width="807" height="200" align="center"><p class="rouge">corps du site</p></td>
 
       </table>
        <tr></tr>
	   </table></td></tr>
 
		   <tr>
	       <td colspan="3"><table border="1"><tr>
 
		     <td width="980" align="center">
 
                         <a href="mailto:zool.bzh@hotmail.fr?Subject=:: Le9emeCercle ::">contakt</a></td>
 
			 </tr>
		   </table>
		 </td>
	   </tr>
	  </table>
	 </td>
	</tr>  
   </body>
</html>
le point qui cloche est à la ligne 36 la cellule vide devrait être adéquate pour que "visiteurs" reste collé en bas.

avec
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
<td></td><tr></tr>
 
	  <td valign ="bottom"><p class="rouge">visiteurs</p></td></tr>
cela reste inchangé
quelqu'un pourrait-il m'aider avec un truc du genre height="100%" ?