How to add some styles to item HTML Description like a colored-line table

Hi
I want to add a styled table to show update history for my item, something like this:
image

HTML descritopn field in [Item upload] doesn’t accept many tags and also doesn’t read styles, for example: this script doesn’t work

<td style="background-color: #dddddd;">Fix bugs</td>

any help?

Hi @softgateway,

You can try like this:

<pre>
----- V 1.1 Released: 	30 August 2021 -----
- Updated: Documentation has updated
</pre>

Thanks

1 Like

That’s it :+1:
Thank you very much @mgscoder