• <div style="margin-top: 10px; margin-bottom: -15px;"><h3 style="margin-left: 10px;">Site Map</h3>
    <table style="margin-top: -10px"><td style="font-weight:normal; vertical-align: top;"><a href="about">About<br />
    </a><a href="associations">Associations<br />
    </a><a href="bookings">Available Dates<br />
    </a><a href="beliefs">Beliefs<br />
    </a><a href="book">Book Frank for Meetings<br />
    </a><a href="bookings">Booking Information<br />
    </a><a href="connect">Connnect<br />
    </a><a href="contact">Contact Us<br />
    </a><a href="donations">Donations<br />
    </a><a href="faqs">FAQs<br />
    </a><a href="http://www.frankbutler.org">Home Page<br /></a><a href="know">Know God</a><a href="http://www.frankbutler.org"><b><i><sub><sup><span style="text-decoration: line-through;"><br /></span></sup></sub></i></b>
    </a><a href="interview"><br />
    </a>
    </td><td style="vertical-align: top">
    <a href="mission">Mission/Purpose<br />
    </a><a href="profile">Profile<br />
    </a><a href="promotion">Promotional Information<br />
    </a><a href="references">References<br />
    </a><a href="resources">Resources<br /></a><a href="interview">Schedule a Media Interview</a><a href="resources"><b><i><sub><sup><span style="text-decoration: line-through;"><br /></span></sup></sub></i></b></a><a href="testimony">Send Us Your Testimony</a><a href="resources"><b><i><sub><sup><span style="text-decoration: line-through;"><br /></span></sup></sub></i></b>
    </a><a href="#">Site Map
    </a><a href="unsubscribe"><br />
    </a><a href="testimonies">Testimonies<br />
    </a>
    <a href="evangelist">The Evangelist<br />
    </a><a href="values">Values<br />
    </a><a href="video">Video
    </a></td></table></div>

    becomes after switching to visual editor (for client):

    <div style="margin-top: 10px; margin-bottom: -15px;"><h3 style="margin-left: 10px;">Site Map</h3>
    <a href="about">About<br />
    </a><a href="associations">Associations<br />
    </a><a href="bookings">Available Dates<br />
    </a><a href="beliefs">Beliefs<br />
    </a><a href="book">Book Frank for Meetings<br />
    </a><a href="bookings">Booking Information<br />
    </a><a href="connect">Connnect<br />
    </a><a href="contact">Contact Us<br />
    </a><a href="donations">Donations<br />
    </a><a href="faqs">FAQs<br />
    </a><a href="http://www.frankbutler.org">Home Page<br /></a><a href="know">Know God</a><a href="http://www.frankbutler.org"><b><i><sub><sup><span style="text-decoration: line-through;"><br /></span></sup></sub></i></b>
    </a><a href="interview"><br />
    </a><a href="mission">Mission/Purpose<br />
    </a><a href="profile">Profile<br />
    </a><a href="promotion">Promotional Information<br />
    </a><a href="references">References<br />
    </a><a href="resources">Resources<br /></a><a href="interview">Schedule a Media Interview</a><a href="resources"><b><i><sub><sup><span style="text-decoration: line-through;"><br /></span></sup></sub></i></b></a><a href="testimony">Send Us Your Testimony</a><a href="resources"><b><i><sub><sup><span style="text-decoration: line-through;"><br /></span></sup></sub></i></b>
    </a><a href="#">Site Map
    </a><a href="unsubscribe"><br />
    </a><a href="testimonies">Testimonies<br />
    </a><a href="evangelist">The Evangelist<br />
    </a><a href="values">Values<br />
    </a><a href="video">Video
    </a><table style="margin-top: -10px;">
    
    </table></div>

    https://wordpress.org/plugins/preserved-html-editor-markup-plus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter CarolLeung

    (@carolleung)

    Why are <table> and <td>’s not preserved? Those are basic HTML coding

    Thread Starter CarolLeung

    (@carolleung)

    I see my table tags are switched to the bottom of the entire code and <td>’s that create two columns have disappeared.

    Plugin Author J-Ro

    (@j-ro)

    This is not standard table code — tables look like this:

    <table
      <tr>
       <td>
       content!
       </td>
      </tr>
    </table>

    You have to tr tags. This plugin doesn’t do anything for how misformed HTML is interpreted, that’s all on your browser.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Standard Table Codes disappear’ is closed to new replies.