Bonjour à tous,
Je crée actuellement un site (j'en suis au début, j'apprends à vrai dire), et j'ai un problème d'affichage de mes images. Je ne pense pas que cela vienne des liens, car sur 3, aucune n'apparaît (ni sous IE ni sous FF). Et au cas où quelqu'un s'apprête à me poser la question, oui, je les a bien uploadées avec Filezilla...
Merci d'avance !!
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta name="generator" content="PSPad editor, www.pspad.com"> <title></title> <style type="text/css"> body { background-color:#3e3e3e; font-family:Arial, Helvetica, sans-serif;} table { background-color:#ffffff;} dl { color:#A3BF1D; line-height:1.5;} h3 { font-size:11;} </style> </head> <body> <center> <table border="1" width="950" cellpadding="5" cellspacing="0" style="text-align:justify;"> <tr> <td><img src="http://www.hostedexchange.fr/public_html/seminaire_mysaas/img/logo_seminaire_mysaas.jpg" alt="Séminaire MySaaS" height="120" width="140" /></td> <td>le SaaS vu PAR les éditeurs<br><br>le SaaS POUR les éditeurs</td> <td><a href="http://www.mysaas.fr"><img src="http://www.hostedexchange.fr/public_html/seminaire_mysaas/img/logo_mysaas.gif" alt="www.MySaaS.fr" style="border: 0px;" height="90" width="120" /></a></td></tr> <tr><td> <dl><br> <dt><b>Bienvenue</b></dt> <dt><b>Agenda</b></dt> <dt><b>Sponsors</b></dt> <dt><b>Inscription</b></dt> <dt><b>Accès</b></dt> <dt><b>Contact</b></dt> </dl></td> <td colspan="2" align="justify"><img src="http://www.hostedexchange.fr/public_html/seminaire_mysaas/img/fond_immeuble.eps" /></td> </tr> <tr><td align="center" colspan="3"><h3>© Global SP 2009</h3></td></tr> </table> </center> </body> </html>
Partager