Normally, table cells in html will wrap. I am finding that they are not wrapping for me.
I tried various things and can’t get the label “names, sizes, owners, dates, etc. etc” gives an error when laying out because the text is not wrapping.
The features and syntax supported by these labels are modeled on
HTML. However, there are many aspects that are relevant to
Graphviz labels that are not in HTML and, conversely, HTML allows
various constructs which are meaningless in Graphviz. We will
generally refer to these labels as "HTML labels" rather than the
cumbersome "HTML-like labels" but the reader is warned that these
are not really HTML.
The Font FAQ (Font FAQ | Graphviz) describes the problems of general text handling
An alternative solution: Consider making every node label an image. This might have two advantages:
It would allow you put the escape problem on a “real” text processor (latex, svg, html, Word, troff, …) that is better designed for the “global escape” problem
as a side benefit, it would make it much easier to use line-wrap / word-wrap to manage the width of the text in your nodes.