• Hello,

    I am having an issue with the KNews editor.
    My original WordPress article contains a table, here is the start of this code in TinyMCE:

    <h2 align="left"><b>TITLE</b></h2>
    <table width="75%" border="1" cellspacing="0" cellpadding="0">
    <tbody>
    <tr>
    <td width="58"></td>
    <td colspan="2" width="141">

    When I select this post to create a new newsletter, here what is generated:

    <h2 align="left"><b>TITLE</b></h2><br>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><table width="75%" border="1" cellspacing="0" cellpadding="0">
    <tbody>
    <tr>
    <td width="58"></td>
    <td colspan="2" width="141"><br>

    How can I reduce the number of ‘
    ‘ produced?

    Thanks in advance.
    Regards

    http://wordpress.org/extend/plugins/knews/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author creverter

    (@creverter)

    Hello dev42!

    We are working in this… I assume you are changed the_excerpt for the_content into the template…

    For now, if you have the latest knews version, you will find an HTML editor inside wysiwyg editor, press the html button and replace the buggy table for the table code…

    Isn’t the best solution, we know… and will solve it soon…

    Regards,
    Carles.

    Thread Starter dev42

    (@dev42)

    Hello and thank you for the answer.

    Yes, I’ll get the_content instead of the_excerpt.
    I look forward to the new version that will fix this problem…

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Editor issue : additional’ is closed to new replies.