HTML and CSS breaks in new version (newer than 6.20)

in 6.20 update , maybe due to security concern

  • Limit allowed HTML tags and CSS properties in report and dashboard descriptions.

I used to have some css property such as <div align = center> to make picture in descriptions looks more elegant ,not code doesn’t work, i tried rollback to older version , also failed , is there any alternative way to fix it ?

Hi @Tom_Zhu ,

Your assumption is correct. The <div> and some other tags were disabled in the report and dashboard descriptions due to security concerns. Instead, try using the <i> tag. See an example below:

<i style="display:block;text-align: center">Some Description</i>

And the resulting description:

Best,
Roberts // support@eazybi.com