OVH Cloud OVH Cloud

Tableau en 100% vertical

1 réponse
Avatar
antoinedrefo59 webforumsuser
dw mx 2004 ne reconnait pas la valeur 100% pour un tableau inséré dans une page?
ça marche en horizontal mais pas en vertical
dans la fenetre du logiciel c'est ok, mais avec l'aperçu dans ie c'est une autr histoire!.... comment faire

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Document sans nom</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFF00">
<tr>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>

1 réponse

Avatar
vincEnt
J'ai cru au depart que c'etait un bug de Dreamweaver. Mais si tu enleves
ceci:
"http://www.w3.org/TR/html4/loose.dtd">
tout rentrera dans l'ordre.
Pour eviter les oublis j'ai oté cela dans le document par defaut utilisé par
dreamweaver a chaque creation de document.
vincent




"antoinedrefo59" schrieb im Newsbeitrag
news:bs9253$pvh$
dw mx 2004 ne reconnait pas la valeur 100% pour un tableau inséré dans une


page?
ça marche en horizontal mais pas en vertical
dans la fenetre du logiciel c'est ok, mais avec l'aperçu dans ie c'est une


autr histoire!.... comment faire

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Document sans nom</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" height="100%" border="0" cellpadding="0"


cellspacing="0" bgcolor="#FFFF00">
<tr>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>