alexwebmasster
Постоялец
- Регистрация
- 11 Июл 2010
- Сообщения
- 143
- Реакции
- 3
- Автор темы
- #1
Размещая в статьях или описании товара обычные таблицы получаю кукиш вместо них, выводится только контент который внутри таблицы (без линий). Вот один из примеров кода таблицы
Я согласен, что это не самый чистый код (он просто тупо скопирован с другого сайта и вставлен через редактор), но на других сайтах и шаблонах это работает. Интересно, что может мешать выведению таблицы в данном шаблоне?
HTML:
<table border="1" cellspacing="0" cellpadding="0" width="406">
<tbody>
<tr>
<td valign="top" width="240" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="left"><font color="#003300">Наименование</font></p>
</td>
<td valign="top" width="81" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">мг</font></p>
</td>
<td valign="top" width="85" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">% от РСП</font></p>
</td></tr>
<tr>
<td valign="top" width="240" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p><font color="#003300">Эйкозапентаеновая кислота</font></p>
</td>
<td valign="top" width="81" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">90</font></p>
</td>
<td valign="top" rowspan="3" width="85" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">35</font></p>
</td></tr>
<tr>
<td valign="top" width="240" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p><font color="#003300">Докозогексаеновая кислота</font></p>
</td>
<td valign="top" width="81" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">60</font></p>
</td></tr>
<tr>
<td valign="top" width="240" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p><font color="#003300">Альфа-линоленовая кислота</font></p>
</td>
<td valign="top" width="81" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">200</font></p>
</td></tr>
<tr>
<td valign="top" width="240" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p><font color="#003300">Липоевая кислота</font></p>
</td>
<td valign="top" width="81" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">9,0</font></p>
</td>
<td valign="top" width="85" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">30</font></p>
</td></tr>
<tr>
<td valign="top" width="240" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p><font color="#003300">Дигидрокверцетин</font></p>
</td>
<td valign="top" width="81" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">7,5</font></p>
</td>
<td valign="top" width="85" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">30</font></p>
</td></tr>
<tr>
<td valign="top" width="240" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p><font color="#003300">Витамин Е</font></p>
</td>
<td valign="top" width="81" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">3,0</font></p>
</td>
<td valign="top" width="85" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">30</font></p>
</td></tr>
<tr>
<td valign="top" width="240" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p><font color="#003300">Селен</font></p>
</td>
<td valign="top" width="81" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">0,01</font></p>
</td>
<td valign="top" width="85" style="font-family: Tahoma; font-size: 12px; color: rgb(0, 0, 0); text-align: justify; ">
<p align="center"><font color="#003300">15</font></p>
</td></tr></tbody></table><br />