I copied the files to my server and ran the test files. Everything worked great. I also ran the html file (without the php database fields) through http://html2pdf.seven49.net/Web/, which they allow you to test your html files. Everything worked fine. When I include the html into a file for conversion, it gives me the following error:
ERREUR n°4
Fichier : /home/dpicard/public_html/moabre.com/html2pdf_v4.03/_class/parsingHtml.class.php
Ligne : 119
Code HTML non valide, les balises ne sont pas fermées dans le bon ordre.
Etat :
Array
(
[0] => table
[1] => tr
[2] => td
[3] => table
[4] => tr
[5] => td
[6] => font
[7] => b
[8] => i
)
If I remove the nested <table> at this error, the error moves to the next nested table.........
Is there a trick for using nested tables? Thanks for your help!