Page 1 of 1

Html list tag with Square Bullet

Posted: Sat Dec 09, 2017 7:25 am
by kumaresan
Hi,
We are using Html list tag ( "<ul><li>Hi</li></ul>") to get the bullet point.
But here the issue is we can't able to set Square bullet point, When we try to set " type="Square" " in the list tags its not supporting here. Is it possible to generate report with Square bullet using html tag??
I have also attached the sample screenshot which we required and a sample report which we tried.

Re: Html list tag with Square Bullet

Posted: Mon Dec 11, 2017 2:41 pm
by nagarajasia
I am also facing the same issue. Can anyone help/shed the lights on this issue.

Re: Html list tag with Square Bullet

Posted: Tue Dec 12, 2017 7:28 pm
by HighAley
Hello.

It's possible to set the type of te market.
This feature was added in the 2018.1 build.
Here is a sample:

Code: Select all

<ul type="▪️"><li>Test string 1</li><li>Test string 2</li><ul type="■"><li>SubLine 1</li><li>SubLine 2</li></ul><li>Test string 3</li></ul>
Thank you.