Bonjour,
Je constuit un site, avec expresion web, et j'essai qu'il soit valide xhtml 1.0 transitional. J'ai déja corrigé pas mal d'erreur en charchant un peut partout sur le web, mais je bute sur une erreur qu'il me souligne (<img align="absmiddle"src="res/prev.gif" width="38" height="29" style="border:0" alt="Previous"/></a> ) et je ne trouve pas la correction. Alors si quelqu'un a la solution.
Je suis débutant en code xhtml
Merci.
Voici le code source :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>trombinoscope</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="height:60px"></td>
</tr>
<tr>
<td><img width="290" height="1" src="res/dot.gif" alt=""/></td>
<td>
<table id="thumbs" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="width:86px ; height:116px">
<a href="slides/1ere_Classe_Damien_AUBE.html"><img src="thumbs/1ere_Classe_Damien_AUBE.jpg" style="border:0" alt="1ere_Classe_Damien_AUBE"/></a>
</td>
<td style="width:86px ; height:116px">
<a href="slides/1ere_Classe_Mickael_LECERF.html"><img src="thumbs/1ere_Classe_Mickael_LECERF.jpg" style="border:0" alt="1ere_Classe_Mickael_LECERF"/></a>
</td>
<td style="width:86px ; height:116px">
<a href="slides/1ere_Classe_Frederic_GODEFROY.html"><img src="thumbs/1ere_Classe_Frederic_GODEFROY.jpg" style="border:0" alt="1ere_Classe_Frédéric_GODEFROY"/></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
<td align="center">
<a href="index2.html">
<img align="absmiddle" src="res/prev.gif" width="38" height="29" style="border:0" alt="Previous"/></a>
<span class="text">3/3</span>
<a href="index.html">
<img align="absmiddle" src="res/next.gif" width="38" height="29" style="border:0" alt="Next"/></a>
<br/>
</td>
</tr>
</table>
<span class="textSmall"><a target="_blank" href="http://jalbum.net">JAlbum 7.4</a>
| Lantz Design | Sponsor <a target="_blank" title="JAlbum skin developed by Lantz. Work sponsored by CasinoEuro, Europes' #1 on-line casino. Play black jack, roulette, slots and video poker." href="http://www.casinoeuro.com/?from=jalbum&skin=Wedding">
CE</a></span>
</body>
</html>