Le lun 03/03/2003 � 17:24, Alexandre Aractingi a �crit : > Ok, I just filled in a bug report, with my HTML page attached. > I'll try to delete some stuff in the page to see what can be causing the > problem, and I'll update the report if I get something useful. > Thanks,
As a sidenote, I think that the parser error is due to the presence of pictures in a table which is inside another table. The following HTML file would produce the same error: <HTML> <BODY> <table> <tr> <td> <table> <tr> <td>Test</td> <td><a href='http://www.guidetele.com/fiche.html?id=7381113'>; <img src="http://www.guidetele.com/v/2003-03-03/3/2.pourlau1.jpg">Test</a></td> </tr> </table> </td> </tr> </table> </BODY> </HTML> -- Alexandre Aractingi <[EMAIL PROTECTED]> _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

