Hi, I get this error using HTML2PDF for the first time. ( My HTML is dynamically created with PHP. )
HTML code invalid, the tags are not closed in an orderly fashion.
Status :
Array
(
[0] => table
[1] => tr
[2] => td
)
But if I dump my HTML output variable and paste that into a new HTML file it formats perfectly in Dreamweaver CS5.5 and displays OK in Firefox and Chrome.
What should I be looking for?
Thanks!