TWebLabel without <div>

Hi,
is there a way to have a TWebLabel create only the tag selected in HTMLType without it creating a parent div first? Having that extra layer of containers can be a bit unpractical at times.

There is not a built-in setting for this. It is related to the finer control needed to make it match VCL TLabel.
Best we can do is consider adding a HTMLType that would render it without outer element but with possible lacking full VCL TLabel compatibility.

If you want a minimal single element approach, you could always uses a TWebHTMLDiv or TWebHTMLSpan for example.