• Since updating from 4.6.7 to 4.7.11, when inserting new table with 3 columns using the Table icon on menu, the resulting markup viewable in Source view shows that each column has been assigned an inline style=”width: 33.3333%;” as well as style=”border-collapse: collapse; width: 100%;” border=”1″ in the table tag. Where is this coming from?? It did not exist in 4.6.7

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter redactuk

    (@redactuk)

    PS Is there link to re-download 4.6.7 and any issues if I go back version?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It’s generally a bad idea but old versions can be obtained via this page.

    https://www.ads-software.com/plugins/tinymce-advanced/advanced/

    Thread Starter redactuk

    (@redactuk)

    Dissapointed this issue still not fixed in 4.8 ??

    Plugin Author Andrew Ozz

    (@azaozz)

    Hmm, one of the main reasons for updating to TinyMCE 4.8.0 was to fix the issues with editing tables. Seems to work fine here now. Maybe try refreshing the page a few times in case some caching issues are causing it.

    I have the same issue. I think it has nothing to do with the browser cache. When I insert a table in the editor it has inline styling.

    For example when I insert a table with 3 cols and 3 rows:

    <table style="border-collapse: collapse; width: 100%;" border="1">
    <tbody>
    <tr>
    <td style="width: 33.3333%;"></td>
    <td style="width: 33.3333%;"></td>
    <td style="width: 33.3333%;"></td>
    </tr>
    <tr>
    <td style="width: 33.3333%;"></td>
    <td style="width: 33.3333%;"></td>
    <td style="width: 33.3333%;"></td>
    </tr>
    <tr>
    <td style="width: 33.3333%;"></td>
    <td style="width: 33.3333%;"></td>
    <td style="width: 33.3333%;"></td>
    </tr>
    </tbody>
    </table>

    I don’t want the table border and width, also not the cell width percentage by default.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table Formatting’ is closed to new replies.