Bonjour
La méthode de centrage vertical que j'utilise d'habitude ne fonctionne pas sur mon nouveau site. J'ai cherché, farfouillé, mais pas trouvé où est le problème.
NB : chaque page est constituée d'un tableau alors qu'avant, je mettais juste une image de fond avec des balises dessus.
Voici la totalité du code de la page :
Une idée pour résoudre le problème et décoller la page du haut de l'écran de façon simple ? (moi pas forte...du tout!)
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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Document sans nom</title> <style type="text/css"> <!-- body {background-color: #000000; background-repeat: no-repeat;} #container{width:900px; height:630px; top:50%; left:50%; position:absolute; margin-top:-315px; margin-left:-450px; } .Style8 {font-size: 17px; color: #555555; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold;} a:link {color: #555555; text-decoration: none;} a:visited {text-decoration: none; color: #555555;} a:hover {text-decoration: none; color: #AA0000;} a:active {text-decoration: none; color: #AA0000;} --> </style> </head> <body bgcolor="#FFFFFF"> <table width="900" height="630" border="0" align="center" cellpadding="0" cellspacing="0" background="FondAccueil.jpg"> <tr> <td width="419" height="458" align="left" valign="top"><div align="justify"></div> <div align="center"></div></td> <td width="63"> </td> <td width="418" align="center" valign="middle"> </td> </tr> <tr> <td align="right" valign="top"><span class="Style8"><a href="Untitled-2.html">français</a></span></td> <td> </td> <td align="left" valign="top"><span class="Style8">english</span></td> </tr> </table> </body> </html>![]()
Partager