|
|
|
|
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
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> |
<table width="300" height="66" border="0" cellspacing="0" cellpadding="0" background="http://www.newdealcasting.com/imgv3/promo/fond-grande-image-violet.gif">
|
Salut à tous!!
|