Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm using Umbraco as the CMS, 7.6 - Umbraco.TinyMCEv3
So when using insert Table will create HTML something like following
<table class="defaultClasssName"> <tbody> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td>
But now how can I configure to add default when the table is created? Like
<table class="defaultClasssName"> <thead> <tr>…</tr> </thead> <tbody> <tr> <td> </td> <td> </td> <td> </td> </tr>
Thanks
BJ
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Inject <thead> default with table in tinymce
I'm using Umbraco as the CMS, 7.6 - Umbraco.TinyMCEv3
So when using insert Table will create HTML something like following
But now how can I configure to add default when the table is created? Like
Thanks
BJ
is working on a reply...