HTML5, WySiWiG, Table

голоса: 0
Здравствуйте, используя визуальный редактор, обнаружил проблему с визуализацией на основной странице новостей.
То есть во время редактирования отображается корректно.
Но если пользователь зайдет на главную страницу новостей, увидит что, все на перекосяк.
Вот код сгенерированный, может что-то не так?

<p>Questo l&#39;elenco dei dispositivi che attualmente utilizzano o almeno hanno installato l&#39;app.<br />
Facendo i conti sono 14 dispositivi, il picco di 15 utenti è stato il 17 febbraio.</p>

<p>Elenco delle versioni android:</p>

<table border="1" cellpadding="1" cellspacing="1" style="width:500px;">
    <tbody>
        <tr>
            <th scope="row">Android 5.0</th>
            <td>5</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">35.71%</span></td>
        </tr>
        <tr>
            <th scope="row"><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; white-space: nowrap;">Android 4.4</span></th>
            <td>3</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">21.43%</span></td>
        </tr>
        <tr>
            <th scope="row"><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: center; white-space: nowrap;">Android 5.1</span></th>
            <td>3</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">21.43%</span></td>
        </tr>
        <tr>
            <th scope="row"><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; white-space: nowrap;">Android 4.1</span></th>
            <td>1</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">7.14%</span></td>
        </tr>
        <tr>
            <th scope="row"><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; white-space: nowrap;">Android 4.2</span></th>
            <td>1</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">7.14%</span></td>
        </tr>
        <tr>
            <th scope="row"><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; white-space: nowrap;">Android 4.3</span></th>
            <td>1</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">7.14%</span></td>
        </tr>
    </tbody>
</table>

<p>Elenco delle versioni dell&#39;app:&nbsp;</p>

<table border="1" cellpadding="1" cellspacing="1" style="width:500px;">
    <tbody>
        <tr>
            <th scope="row">IISS Carlo Emilio Gadda 2.5.4</th>
            <td>12</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">85.71%</span></td>
        </tr>
        <tr>
            <th scope="row"><span style="font-weight: bold; line-height: 20.8px; text-align: center;">IISS Carlo Emilio Gadda 2.5.3</span></th>
            <td>1</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">7.14%</span></td>
        </tr>
        <tr>
            <th scope="row"><span style="font-weight: bold; line-height: 20.8px; text-align: center;">IISS Carlo Emilio Gadda 2.5.2</span></th>
            <td>1</td>
            <td><span style="color: rgb(34, 34, 34); font-family: helvetica, arial, sans-serif; font-weight: bold; line-height: 18px; text-align: -webkit-right;">7.14%</span></td>
        </tr>
    </tbody>
</table>

<p>Questo è tutto, segueteci per i prossimi aggiornamenti.&nbsp;</p>
Адрес сайта http://iissgadda-app.do.am/
| Автор: | Категория: Вопросы новичков

Ответов: 1

Голоса: +1
 
Лучший ответ

На главной странице находится условие, которое ломает визуальный редактор. Выполните рекомендации из пункта под номером 1 

| Автор:
Выбор ответа лучшим | | Автор: Yuri_Geruk
...