HI Team,
I would like to have a horizontal line between 2 groups (All reports and individual reports). Is there an HTML like a tag present in dashboard. Screenshot below
Regards,
Sagar
Hi sagar1992,
are you speaking about a line between inputs or between panels?
If you're speaking between panels, you could insert an html element containing a line between them or modify CSS.
In the other case, I don't think that it's possible to insert a line between inputs except modifying the CSS.
Probably CSS is the only way to do what you want.
Bye.
Giuseppe
Hi sagar1992,
are you speaking about a line between inputs or between panels?
If you're speaking between panels, you could insert an html element containing a line between them or modify CSS.
In the other case, I don't think that it's possible to insert a line between inputs except modifying the CSS.
Probably CSS is the only way to do what you want.
Bye.
Giuseppe
Thanks.
later discovered that we can use HTML tags as well. added below simple tags.
<hr style="border: 2px solid black;" />