Support » Plugin: AMP for WP - Accelerated Mobile Pages » Table column error and How do I responsive table with scrollbars?

  • Resolved Alex D. Bowen

    (@alexdbowen)


    Today, when I check the AMP version, this error is detected https://prnt.sc/124xbxt
    Here is my code:
    Table column error and How do I responsive table with scrollbars?

    <table>
    <tbody>
    <tr>
    <th class="center">Hiking Boots</th>
    <th class="center">Work Boots</th>
    </tr>
    <tr>
    <td>Designed for traction on rough terrain and walking long distances</td>
    <td>Designed for work, equipped with steel/reinforced toe and thick sole</td>
    </tr>
    <tr>
    <td>Lighter (toe cap is typically made of a lighter material like rubber)</td>
    <td>Heavier (Steel-toe is often a requirement)</td>
    </tr>
    <tr>
    <td>More comfort</td>
    <td>Less comfort</td>
    </tr>
    <tr>
    <td>Less Safety</td>
    <td>More Safety</td>
    </tr>
    <tr>
    <td>Low, mid, and high cut ankle support available</td>
    <td>Generally high cut ankle support</td>
    </tr>
    </tbody>
    </table>

    Using AMP Version 1.0.76.14
    Themes: Swift

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Table column error and How do I responsive table with scrollbars?’ is closed to new replies.