Bonjour,

J'ai fait ma page html, voici le code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Livre d'Or</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="main.css">
<style type="text/css">td img {display: block;}body {
	background-color: #000;
}
</style>
<!--Fireworks CS3 Dreamweaver CS3 target.  Created Fri Apr 10 11:07:03 GMT+0200 2009-->
</head>
<body>
<div align="center">
  <table border="0" cellpadding="0" cellspacing="0" width="1024">
    <!-- fwtable fwsrc="Maquette_Anthony_LivredOr.png" fwpage="Page 1" fwbase="livredor.gif" fwstyle="Dreamweaver" fwdocid = "1905466552" fwnested="0" -->
    <tr>
      <td><img src="images/spacer.gif" width="234" height="1" border="0" alt="" /></td>
      <td><img src="images/spacer.gif" width="704" height="1" border="0" alt="" /></td>
      <td><img src="images/spacer.gif" width="86" height="1" border="0" alt="" /></td>
      <td><img src="images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
    </tr>
    
    <tr>
      <td colspan="3"><img src="images/livredor_r1_c1.gif" alt="" name="livredor_r1_c1" width="1024" height="176" border="0" usemap="#index_r1_c1Map" id="livredor_r1_c1" />
        <map name="index_r1_c1Map" id="index_r1_c1Map">
          <area shape="rect" coords="9,10,52,40" href="contact.php" />
          <area shape="rect" coords="53,5,93,43" href="accueil.html" />
      </map></td>
      <td><img src="images/spacer.gif" width="1" height="176" border="0" alt="" /></td>
    </tr>
    <tr>
      <td rowspan="2"><img src="images/livredor_r2_c1.gif" alt="" name="livredor_r2_c1" width="234" height="592" border="0" usemap="#index_r2_c1Map" id="livredor_r2_c1" />
        <map name="index_r2_c1Map" id="index_r2_c1Map">
          <area shape="rect" coords="82,43,238,104" href="accueil.html" />
          <area shape="rect" coords="44,138,221,186" href="books.htm" />
          <area shape="rect" coords="70,235,235,311" href="livredor.htm" />
          <area shape="rect" coords="47,350,222,397" href="apropos.htm" />
          <area shape="rect" coords="42,446,203,490" href="partenaires.htm" />
      </map></td>
      <td style="background-image:url(images/livredor_r2_c2.gif)">Page du livre d'or ici</td>
      <td rowspan="2"><img name="livredor_r2_c3" src="images/livredor_r2_c3.gif" width="86" height="592" border="0" id="livredor_r2_c3" alt="" /></td>
      <td><img src="images/spacer.gif" width="1" height="559" border="0" alt="" /></td>
    </tr>
    <tr>
      <td><img name="livredor_r3_c2" src="images/livredor_r3_c2.gif" width="704" height="33" border="0" id="livredor_r3_c2" alt="" /></td>
      <td><img src="images/spacer.gif" width="1" height="33" border="0" alt="" /></td>
    </tr>
  </table>
</div>
</body>
</html>
Je souhaiterais afficher un livre d'or qui est déjà en ligne étant créé par un site spécialisé.
Comment faire pour afficher le livre d'or là où je l'ai indiqué ?

Merci d'avance