Bonjour, je suis entrain de concevoir un site et jai un problème d'affichage, merci de m'aider à le résoudre.
J'ai essayé de comprimer au mieux le code. Pour le css, j'ai pas mis les class pour ne pas faire trop long. Il ya aussi les balises h qui ne s'affiche pas bien même sur mozilla. Merci infiniment pour votre aide, j'espere que le bout de code que j'ai envoyé est suffisant.
<!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"/>
<link rel="stylesheet" type="text/css" href="text.css"/>
<title> test</title>
</head>
<body>
<?php include("head.html"); ?>
<table width="737" >
<tr><td colspan="3"> </td></tr>
<tr>
<td colspan="3"><table width="725" >
<tr>
<td width="725" > </td>
</tr>
</table></td>
</tr>
<tr><td colspan="3"> </td></tr>
<tr>
<td width="158" valign="top"><?php include("menug.html"); ?></td>
<td width="380" valign="top"><table width="380" border="0" height="431">
<tr>
<td width="380" height="194" valign="top"><img src="#" width="170" height="113"/>
<div > <h1>contenu h1</h1>text</div></td>
<tr>
<td valign="top"><table table width="372" >
<tr >
<td width="184" height="24" ><div> text</div></td>
<td rowspan="2" > </td>
<td width="184" height="24" ><div align="center">text</div></td>
</tr>
<tr >
<td height="100" valign="top"><table width="184" >
<tr>
<td >texte</td>
</tr>
</table></td>
<td valign="top"><table width="186>
<tr><td > texte</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="150" valign="top"><?php include("menud.html"); ?></td>
</tr>
<tr>
<td width="730" height="32" align="center" colspan="4"><img src="images/img_footer.jpg" width="730" height="32" /></td>
</tr>
</table>
<?php include("footer.html"); ?>
</body>
</html>
CSS
body{
background-color: #194E82;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
img{
vertical-align:middle;
}
J'ai essayé de comprimer au mieux le code. Pour le css, j'ai pas mis les class pour ne pas faire trop long. Il ya aussi les balises h qui ne s'affiche pas bien même sur mozilla. Merci infiniment pour votre aide, j'espere que le bout de code que j'ai envoyé est suffisant.
<!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"/>
<link rel="stylesheet" type="text/css" href="text.css"/>
<title> test</title>
</head>
<body>
<?php include("head.html"); ?>
<table width="737" >
<tr><td colspan="3"> </td></tr>
<tr>
<td colspan="3"><table width="725" >
<tr>
<td width="725" > </td>
</tr>
</table></td>
</tr>
<tr><td colspan="3"> </td></tr>
<tr>
<td width="158" valign="top"><?php include("menug.html"); ?></td>
<td width="380" valign="top"><table width="380" border="0" height="431">
<tr>
<td width="380" height="194" valign="top"><img src="#" width="170" height="113"/>
<div > <h1>contenu h1</h1>text</div></td>
<tr>
<td valign="top"><table table width="372" >
<tr >
<td width="184" height="24" ><div> text</div></td>
<td rowspan="2" > </td>
<td width="184" height="24" ><div align="center">text</div></td>
</tr>
<tr >
<td height="100" valign="top"><table width="184" >
<tr>
<td >texte</td>
</tr>
</table></td>
<td valign="top"><table width="186>
<tr><td > texte</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="150" valign="top"><?php include("menud.html"); ?></td>
</tr>
<tr>
<td width="730" height="32" align="center" colspan="4"><img src="images/img_footer.jpg" width="730" height="32" /></td>
</tr>
</table>
<?php include("footer.html"); ?>
</body>
</html>
CSS
body{
background-color: #194E82;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
img{
vertical-align:middle;
}