
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2017 01:26 PM
Hello,
is there a posibility, or is it planed to, insert tables in KB articels?
I can edit tables in html, but not in the wysiwyg-editor.
is there a posibility, or is it planed to, insert tables in KB articels?
I can edit tables in html, but not in the wysiwyg-editor.
Labels:
- Labels:
-
Product Feedback
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2021 07:24 PM
@Esben - Has this moved up at all in the list? We'd love to use the KB more, but the limited formatting options make it a really poor choice.
Same with category nesting.
Same with category nesting.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2017 04:16 PM
I've moved this to the wishlist as it is indeed currently not possible. I've also added it to our customer wishlist. However, since it is already available by editing the html. This will most likely have a lower priority.
For anyone else wondering. You can display the HTML code by using the icon displayed in the screenshot below. Then you can use the following HTML code to make a table.
For anyone else wondering. You can display the HTML code by using the icon displayed in the screenshot below. Then you can use the following HTML code to make a table.
<h2 style=";">Cell that spans two rows:</h2>
<table style="width:100%;" border="1">
<tbody style=";"><tr style=";">
<th style=";">Name:</th>
<td style=";">Bill Gates</td>
</tr>
<tr style=";">
<th rowspan="2" style=";">Telephone:</th>
<td style=";">55577854</td>
</tr>
<tr style=";">
<td style=";">55577855</td>
</tr>
</tbody></table>

