![]() |
| |||
| Bonjour, Je construit 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 cherchant un peut partout sur le web, mais je bute sur une erreur qu'il me souligne, il me souligne align="absmiddle" (<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. Pour information c'est pour faire un trombinoscope avec JALbum. Je suis débutant en code xhtml. Je vous met le code source de la page: <!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> |
| | ||||
| ||||
| |
| |||
| "Fireman76" a écrit : > Bonjour, > Je construit 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 cherchant un peut > partout sur le web, mais je bute sur une erreur qu'il me souligne, il me > souligne align="absmiddle" (<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. Pour information > c'est pour faire un trombinoscope avec JALbum. > > Je suis débutant en code xhtml. > Je vous met le code source de la page: > <!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> > > Bonjour, Probléme résolut. Il suffisaient de supprimer align="absmiddle" et cela fonctionne très bien. > |
| |||
| "Fireman76" a écrit : > Bonjour, > Je construit 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 cherchant un peut > partout sur le web, mais je bute sur une erreur qu'il me souligne, il me > souligne align="absmiddle" (<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. Pour information > c'est pour faire un trombinoscope avec JALbum. > > Je suis débutant en code xhtml. > Je vous met le code source de la page: > <!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> > > Bonjour, Probléme résolut. Il suffisaient de supprimer align="absmiddle" et cela fonctionne très bien. > |
| |
| |
![]() |
| Tags: code, erreur, xhtml |
| Outils de la discussion | |
| Modes d'affichage | |
| |
| ||||
| Discussion | Auteur | Forum | Réponses | Dernier message |
| Erreur dans la DLL Code Erreur 0x800401F9 dans Powerpoint 2007 | DDebug | Newsgroup microsoft.public.fr.office | 1 | 25/04/2008 15h08 |
| Erreur de code VBA | Sunburn | Newsgroup microsoft.public.fr.excel | 11 | 29/02/2008 16h23 |
| code erreur | xsaravts | Newsgroup microsoft.public.fr.windows.vista.installation | 10 | 26/08/2007 12h00 |
| ERREUR CODE | BOUCHONNEAU Gilles | Newsgroup microsoft.public.fr.virtualpc | 2 | 20/01/2006 20h56 |