Afficher une image à partir d'un code html

Fermé
Lalou - 3 juin 2008 à 17:20
 valentine - 3 nov. 2010 à 19:35
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)
A voir également:

5 réponses

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
Ouaks Messages postés 1 Date d'inscription mardi 3 juin 2008 Statut Membre Dernière intervention 3 juin 2008
3 juin 2008 à 17:41
<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
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"> </div></td>
<td><div align="center"> </div></td>
</tr>
</table>

</body>
</html>

merci de votre attention.je reste à l'ecoute.
0
cheese42 Messages postés 860 Date d'inscription mardi 11 septembre 2007 Statut Membre Dernière intervention 10 octobre 2018 120
16 juin 2008 à 03:34
slt, tu es sur que l'image est accessible par ton lien????
<img src="C:\Users\NDIM\Desktop\images\logugb.jpg">
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

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