Table tags getting stripped
-
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 etcAll 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 etcDoes 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)
Viewing 1 replies (of 1 total)
The topic ‘Table tags getting stripped’ is closed to new replies.