The table cells do not show up when you are actually taken the test? Is there anyway to have the table cells show?
This is now it displays when taking the assessment
The table cells do not show up when you are actually taken the test? Is there anyway to have the table cells show?
This is now it displays when taking the assessment
Hi
https://www.w3schools.com/html/html_table_borders.asp
Have you tried looking at the table properties and adding a border?
Does that help for you?
Yes I have tried Table properties and changed the Boarder however, it does nothing.
Have you tried looking at the table properties and adding a border?
Does that help for you?
Hmm..
You’ll likely need to add some inline styling to your table and cells then.
W3 Schools as
Your inline styling will look something like this.
<td style="border: 1px solid #000000;">Text</td>
Use the code editor.
I know this thread is several months old but I wanted to throw this out there on how I got table borders to work.
After several attempts of trial and error, I finally deduced no matter how I put in the Table Border in HTML, it always showed up as blank.
I ended up going to a free HTML editor (HTML Editor - Free Online Instant WYSIWYG (html-online.com)) and pasted my HTML code from Docebo in here, made the modifications I needed in their tool as they have so much more functionality than what Docebo provides.
Still nothing when working with Table Borders. Well, I then tried Cell Borders and that’s when it actually started to work in Docebo.
In the HTML editor I linked above, have your table selected then select the table properties button and go to “Cell Properties”. Go to “Advanced” and enter in your border information and it’ll put a border around all the cells.
Once you get it to look the way you want it to on the left, copy the HTML code on the right and paste it into the HTML editor in Docebo. Only thing that has not been working for me is Table Borders, but Cell Borders was the fix.
Hope this helps someone in the future!
Thanks Samuel
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.