How can we center-align a note in a cell of a table (i.e. a matrix) on an XLS form using KoBo TooobBox? I have tried the following HTML tags but none of them worked. Please share your suggestions if you have any. Thank you!!!
Our forms support all the HTML customizations that are supported by the XLSforms . Unfortunately, not all HTML formats are supported. You can find some articles to read here
Much like @tnguyen I was also trying to center a note label using the style attribute on the element. It is suggested, on the site you linked, that this can be done by using < p style=“text-align:center”>Centered label< /p>; however it isn’t working for me, wheter using a p or a span tag, even though < span style=“display:none”>Element</ span> will work fine, and it is a crucial styling option on the matrix construction.
So I just wanted to know if, despite of whats stated on the documentation, the property is not supported for the attribute; or if this is some kind of error.
Hi, even I wish to know if there is any way to get the text aligned to the center. Tried < p style=“text-align:center”>Centered label< /p>; but this does not work for me. Any solution please.