Diaporama avec Dreamweaver

Fermé
minimouse Messages postés 43 Date d'inscription vendredi 19 janvier 2007 Statut Membre Dernière intervention 5 mars 2010 - 13 juin 2007 à 13:02
Francis208 Messages postés 43 Date d'inscription jeudi 21 février 2008 Statut Membre Dernière intervention 7 février 2013 - 31 août 2009 à 03:53
bonjour à tous,

je souhaite faire un diaporama avec Dreamweaver. J'ai découvert qu'avec Dreamweaver on pouvait le faire automatiquement (des modèles de pages sont à disposition)

Pour cela, je vais dans Fichier - Nouveau - Conceptions de page - Image diaporama. Et j'obtiens ce code
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" bgcolor="#FFFFFF">
<br>
<table width="90%" border="0" cellspacing="2" cellpadding="4" align="center">
  <tr bgcolor="#CCCCCC"> 
    <td colspan="3"> Title </td>
  </tr>
  <tr> 
    <td width="20%" height="5" align="center"> </td>
    <td width="60%" align="center"> <img name="image" width="320" height="240" vspace="4" hspace="4"></td>
    <td width="20%" align="center"> </td>
  </tr>
  <tr> 
    <td align="right" valign="bottom"><a href="#"><nobr></nobr></a></td>
    <td valign="top"> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, 
      sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam 
      erat, sed diam voluptua.</td>
    <td align="center"><a href="#"><nobr></nobr></a></td>
  </tr>
</table>
<br>
<hr width="90%" noshade size="1">
<br>
<table width="90%" border="0" cellspacing="0" cellpadding="4" align="center">
  <tr> 
    <td width="15%"><nobr><a href="#"><< First</a> | <a href="#">< Previous</a></nobr></td>
    <td width="70%" align="center"><nobr><a href="#">1</a> | 2 | <a href="#">3</a> 
      | <a href="#">4</a> | <a href="#">5</a></nobr></td>
    <td align="right" width="15%"><nobr><a href="#">Next ></a> | <a href="#">Last 
      >></a></nobr></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#CCCCCC">
  <tr> 
    <td> ©2001 Lorem Ipsum Dolor <a href="#">Sic Amet</a> • <a href="#">Consectetur</a></td>
    <td align="right"> <a href="#">Lorum</a> • <a href="#">Ipsum</a> • 
      <a href="#">Dolor</a> • <a href="#">Sic Amet</a> • <a href="#">Consectetur</a></td>
  </tr>
</table>
</body>
</html>

Ma question est simple : comment rajouter mes images ?





D'avance merci pour votre aide

2 réponses

Francis208 Messages postés 43 Date d'inscription jeudi 21 février 2008 Statut Membre Dernière intervention 7 février 2013 5
31 août 2009 à 03:53
Bé tu prends ta ligne :

<td width="60%" align="center"> <img name="image" width="320" height="240" en remplaçant "image" par le nom et le chemin de ton image, il me semble ...

Et reproduire la ligne autant de fois que tu as d'images. Je peux me tromper mais je crois que c'est ça !!!
1
tu as ta réponse ou pas
0