Help need to Justified Dynamic Txt

I tried using:

  • HTML Tag <p align = “justified”> did not work

I have a dynamic txt box and I am loading external variables (loadvariables (“file”)). The box is set to render as html but using this tag is not efective as many other because they use the " sign to define the value of the align tag

Open to suggestions :hangover:

Thank

The valid values for the align attribute are left, right, and center; justify is not supported.

ok. I know that by the ordinary way is not possible to align justified in a dynamic text box, however I thought that maybe somehow it could be done by code.

Thanks kode.