Hello,
I have tried to configure a list in an TsHTMLLabel but this don't work.
This is a sample HTML with only a simple list (my list is much more complex) that shows the error:
Code:
- erster Eintrag
- zweiter Eintrag
The Label gives me the following text:
ol>
- erster Eintragli>erster Eintragli
/li>
- zweiter Eintragli>
/li>
The same HTML in a label from LMD-Tools (TLMDHTMLLabel) works fine, but it didn't look as fine as the special controls from alpha-control.
Is there a way to get it working with TsHTMLLabel?
Thanks,
Siegbert