15Fermer17
andoh_wilfriedLe 23/05/2007 à 12:10
voilà le code généré par mon script PHP, et pourtant les images ne s'affichent toujours pas.
<html>
 <head>
  <meta   NAME = "Author" CONTENT = "KOUADIO A. T. Wilfried">
  <meta   NAME = "Language" CONTENT = "fr">
  <meta   NAME = "Publisher" CONTENT = "KOUADIO A. T. Wilfried">
  <meta   NAME = "Copyright" CONTENT = "© 2006 KOUADIO A. T. Wilfried">
  <meta   NAME = "Generator" CONTENT = "maison">
  <meta   NAME = "Description" CONTENT = "Site test.">
  <meta   NAME = "Keywords" CONTENT = "rien">
  <meta   NAME = "Indentifier-URL" CONTENT = "http://">
  <meta   NAME = "Date" CONTENT = "Mon, 14 Oct 2006 16:00:00">
  <meta   NAME = "Robots" CONTENT = "Index, Follow">
  <meta   NAME = "Revisit-after" CONTENT = "15">
  <base  href = "F:/Program Files/EasyPHP 2.0b1/www/PHP_WebSite_Builder/">
  <link    rel = "stylesheet" type = "text/css" href =  "F:/Program Files/EasyPHP 2.0b1/www/PHP_WebSite_Builder/css/styles.css">
  <title>
  TEST SITE WEB
  </title>
 </head>
 <body>
 
<div id = "cadre_conteneur">
 <div id = "cadre_principale">
    <div id = "cadre_banniere">
   <img id = "cadre_default"   src = "./Images/logo_ccil.jpg"  />
   <img id = "cadre_default"   src = "./Images/banniere.jpg"  />
 </div>
   <div id = "corps_intro">
    <img id = "cadre_intro_img"   src = "./Images/thumb_logo_ccil.jpg" />
    trop complique pour le faire en quelques lignes.
    <div id = "cadre_intro_link">
	 <a href = "voir">
	  read-more
	 </a>
    </div>
   </div>
  </div>
  
 </div>

  <div id = "cadre_copyright">
  Copyright By K.A.T.W. (All Right Reserved) ,
  Page generee en 5 seconde(s)
  </div>
 </div>
</div>
 </body>
</html>