Bonjour !
Etant débutant, je rencontre un problème avec la "one page" que j'ai créé et passé sous Dreamweaver.
Je voudrai avoir une width à 100% mais lorsque je regarde dans le navigateur (safari), mon webdesign dépasse, comme si ma width à 100% ne marchait pas.
J'ai volontairement enlevé le code intermédiaire..
Pouvez-vous m'aider ? Un grand merci d'avance.
Voici mon code :
<!DOCTYPE html>
<html>
<head>
<title>title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
#body {
width: 100px;
}
</head>
<div id"body">
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (site.psd) -->
<table id="Tableau_01" width="100%" height="6247" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="53">
<img src="images/site_01.jpg" width="1890" height="429" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="429" alt=""></td>
</tr>
</table>
</div id"body">
<!-- End Save for Web Slices -->
</body>
</html>
Etant débutant, je rencontre un problème avec la "one page" que j'ai créé et passé sous Dreamweaver.
Je voudrai avoir une width à 100% mais lorsque je regarde dans le navigateur (safari), mon webdesign dépasse, comme si ma width à 100% ne marchait pas.
J'ai volontairement enlevé le code intermédiaire..
Pouvez-vous m'aider ? Un grand merci d'avance.
Voici mon code :
<!DOCTYPE html>
<html>
<head>
<title>title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
#body {
width: 100px;
}
</head>
<div id"body">
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (site.psd) -->
<table id="Tableau_01" width="100%" height="6247" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="53">
<img src="images/site_01.jpg" width="1890" height="429" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="429" alt=""></td>
</tr>
</table>
</div id"body">
<!-- End Save for Web Slices -->
</body>
</html>