Afficher une image à partir d'un code html

Lalou -  
 valentine -
Bonjour,

je souhaiterais afficher une image à partir d'un code html. D'après ce qu'on m'a dit, l'image devrait s'afficher automatiquement mais je n'y parviens pas.
Pourriez-vous m'y aider?
Voici le code:

<table width="300" height="66" border="0" cellspacing="0" cellpadding="0" background="http://www.newdealcasting.com/imgv3/promo/fond-grande-image-violet.gif">
<tr>
<td>
<table width="284" height="52" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="52"><a href="http://www.newdealcasting.com/membres/membres-profil.php?id_user=5544" title="Kate89, Mannequin Femme [Newdealcasting]"><img src="http://www.newdealcasting.com/avatar-50/5544.jpg" alt="Photo Kate89, Mannequin Femme" style="border:1px solid #D05BF7;" /></a></td>
<td width="10"></td>
<td><a href="http://www.newdealcasting.com/membres/membres-profil.php?id_user=5544" title="Kate89, Mannequin Femme [Newdealcasting]" style="color:#111111; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none;"><span style="font-size:20px;">Kate89</span> <br />
Mannequin Femme</a></td>
</tr>
</table>
</td>
</tr>
</table>

D'avance merci,

Lalou (c'est pour ma soeur)
Configuration: Windows XP
Firefox 2.0.0.14

5 réponses

  1. Ouaks
     
    C'est beau le copier coller mais relis bien ce que tu fais, il y avait juste une erreur syntaxique, tu avais oublier de fermer les guillemets dans ton background et il y avait des caractères speciaux.

    <table width="300" height="66" border="0" cellspacing="0" cellpadding="0" background="http://www.newdealcasting.com/imgv3/promo/fond-grande-image-violet.gif">
    <tr>
    <td>
    <table width="284" height="52" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
    <td width="52"><a href="http://www.newdealcasting.com/membres/membres-profil.php?id_user=5544" title="Kate89, Mannequin Femme [Newdealcasting]"><img src="http://www.newdealcasting.com/avatar-50/5544.jpg" alt="Photo Kate89, Mannequin Femme" style="border:1px solid #D05BF7;" /></a></td>
    <td width="10"></td>
    <td><a href="http://www.newdealcasting.com/membres/membres-profil.php?id_user=5544" title="Kate89, Mannequin Femme [Newdealcasting]" style="color:#111111; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none;"><span style="font-size:20px;">Kate89</span> <br />
    Mannequin Femme</a></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    0
  2. Ouaks Messages postés 1 Statut Membre
     
    <table width="300" height="66" border="0" cellspacing="0" cellpadding="0" background="http://www.newdealcasting.com/imgv3/promo/fond-grande-image-violet.gif">

    j'ai du faire un mauvais copier coller de ton code rectifié, il faut que tu enleve à la fin de ton lien image le caractere "&qu­ot;" et que tu ferme juste les guillemets, si tu as un problème quelquoncque contact moi.
    0
  3. malcom
     
    Salut à tous!!
    j'ai un probleme avec mon code ,j'arrive pas a afficher l'image. Est ce que quelqu'un peut m'aider? voici mon code ,je travaille avec easy php 1.8.
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Document sans titre</title>
    </head>

    <body>

    <table width="80%" border="2" align="center">
    <tr height="160"><img src="C:\Users\NDIM\Desktop\images\logugb.jpg">
    <td colspan="2"></td>
    </tr>
    <tr height="390">
    <td width="20%"><div align="center">&nbsp</div></td>
    <td><div align="center">&nbsp</div></td>
    </tr>
    </table>

    </body>
    </html>

    merci de votre attention.je reste à l'ecoute.
    0
  4. cheese42 Messages postés 890 Statut Membre 120
     
    slt, tu es sur que l'image est accessible par ton lien????
    <img src="C:\Users\NDIM\Desktop\images\logugb.jpg">
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. valentine
     
    Moi j'ai essayé et j'ai une image ou il y a marqué kate89 mannequin femme c'est çà???
    0