Quote:
Originally Posted by Turtle91
Unless there is a very special styling that is only available when using a <p> you don’t need them… just include the class in your <td>
Code:
<tr>
<td class="nb">blah, blah, blah...., blah</td>
</tr>
|
There are issues with some ereaders if you give the property in <td>. Legacy ADE is problematic to handle long tables. And we don't know if the table-row has one or more cells. Also if the epub is built as source for a Kindle ebook, there is a bug in some Kindle models (Kindle Voyage if my memory serves me right) that make necessary to employ the <p> tag.