• WordPress is deleting rows in any table I insert in a post with html code. Say I introduce

    <table summary="" border="0" cellspacing="0" cellpadding="2">
    <tr valign="top"><td>Monday</td><td>first line<br />second line<br />third line</td></tr>
    <tr valign="top"><td>Tuesday</td><td>first line<br />second line<br />third line</td></tr>
    <tr valign="top"><td>Saturday</td><td>first line<br />second line<br />third line</td></tr>
    </table>

    If I switch to Visual, and then to Code again, I always get only

    <table border=”0″ cellpadding=”2″ cellspacing=”0″>
    <tr valign=”top”>
    <td>Monday</td>
    <td>first line
    second line
    third line</td>
    </tr>
    </table>

    Any hints? Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • If I switch to Visual,
    Don’t! Ever. I mean if you input your own html code – you do NOT need the visual/wysiwyg gizmo.

    Disable it for good and you’ll be a happy camper (blogger).

    Thread Starter gzezza

    (@gzezza)

    Thank you for you reply!
    I have now problems for my own blog, but I installed WP for several people in my Dept to use as a simple CMS, and they know nothing about html.
    I noticed that table buttons were missing from the wysiwyg editor, and I was trying out some simple layout for tables.
    Any chance to get the Joomla TinyMCE wysiwyg editor work in WordPress?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘tables in posts’ is closed to new replies.