#colspan# causing issues
-
We’re noticing a strange bug(?) when using the #colspan# tag to center some text within a row. It behaves exactly as it should except for some reason the div containing the table disappears.
We have three tables on this page, and only the one with the #colspan#s behaves this way.
The other two look something like this:
<div class="our-custom-wrapper> <h2 class="tablepress-table-name tablepress-table-name-id-30"> <div id="tablepress-30_wrapper"> <table id="tablepress-30"> ...The one with the #colspan#s looks like this (missing the wrapping div):
<div class="our-custom-wrapper> <h2 class="tablepress-table-name tablepress-table-name-id-32"> <table id="tablepress-32"> ...This missing wrapping div is causing and issue with the styling, and I’m trying to figure out why it goes away when we add the #colspan#s
Is this a known bug or have we done something incorrectly?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘#colspan# causing issues’ is closed to new replies.