• I have this on a page:

    <table class="fees table-100">
    <thead>
    <th class="fees table-30">Fee</th>
    <th class="fees table-20">Price</th>
    <th class="fees table-20">Duration</th>
    <th class="fees table-30">Notes</th>
    </thead>
    <tbody>
    <tr>
    <td class="fees">Featured Listing</td>
    <td class="fees">£100.00</td>
    <td class="fees">1 Year</td>
    <td class="fees">For any business</td>
    </tr>
    etc etc

    All is OK in Text mode but when I switch to Visual the code gets altered to

    FeePriceDurationNotes<table class="fees table-100">
    <thead>
    
    </thead>
    <tbody>
    <tr>
    <td class="fees">Featured Listing</td>
    <td class="fees">£100.00</td>
    <td class="fees">1 Year</td>
    <td class="fees">For any business</td>
    </tr>
    etc etc

    Does this plugin not stop/fix the stripping of certain table tags when switching editor modes?

    https://ww.wp.xz.cn/plugins/preserved-html-editor-markup-plus/

Viewing 1 replies (of 1 total)
  • Plugin Author J-Ro

    (@j-ro)

    I think right now it’s not set to ignore thead and th tags, so that’s what you’re seeing. I’ll see if I can add that in the next update.

Viewing 1 replies (of 1 total)

The topic ‘Table tags getting stripped’ is closed to new replies.