logo du site http://0franc.free.fr
Ci-dessous le code html source qui a servi à l'affichage de la page d'exemple
 

Ici la colonne pour menu de navigation, liens vers autres sites partenaires, boutons publicitaires, etc...

Voir la page html

<html>
<head>
<title>Exemple de document html</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
  <td width="160" align="center">
    <a href="index.htm">
    <img src="img/logo/0franc.gif" width="106" height="49" alt="logo du site"></a></td>
  <td width="620" align="center" height="80">
    <table border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="468" height="60" align="center" bgcolor="#336699">
        <font face="Arial" size="2" color="#FFFFFF">Ici bannière publicitaire, par exemple</font></td>
    </tr>
    </table>
  </td>
</tr>
<tr>
  <td width="780" align="center" bgcolor="#000000" colspan="2">
    <font face="Arial" size="2" color="#FFFFFF">
      Ici ligne d'espacement ou barre de menu horizontale</font></td>
</tr>
</table>

<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
  <td width="160" bgcolor="#99CCCC">
    <p><font face="Arial" size="2">
       Ici la colonne pour menu de navigation, liens vers autres sites partenaires, boutons publicitaires,
       etc...</font></p>
    <p><font face="Arial" size="2">
       <a href="listing.htm">Voir le code html source de cette page</a></font></p></td>
  <td width="620" height="400" align="center">
    <p align="left"><font face="Arial" size="2">
      Ici le contenu principal du document : <br>paragraphes de texte, images ... </font></p>
      <table width="570" border="0" cellspacing="0">
      <tr>
        <td width="276">
          <p><font face="Arial" size="2">
            Paragraphe de commentaire sur l'image ou produit ...</font></p></td>
        <td align="center" width="290">
          <table width="275" border="1" cellspacing="0">
          <tr>
            <td bgcolor="#99CCFF" align="center" height="180">
              <p><font face="Verdana" size="2">IMAGE</font></p></td>
          </tr>
          </table>
        </td>
      </tr>
      <tr>
        <td colspan="2" align="center">
          <p><font face="Arial" size="2">Titre ou commentaire sur l'ensemble ...</font></p></td>
      </tr>
      </table>
   </td>
</tr>
</table>

</body>
</html>