Add support for tables in HTML code

It would be fine, if I can use tables in THTMLLabel
I think it would be enought to support only basic options
TABLE - border
TR
TD - rowspan, colspan, width

Sorry, this is out of the scope of a small component like THTMLabel. It was designed to be built around a lightweight HTML rendering engine to be fast & small. Adding table support would significantly increase complexity and this make it no longer a fast & lightweight implementation.

This feature will not be implemented.