View Single Post
Old 11-04-2024, 09:35 PM   #5
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,825
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by Turtle91 View Post
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.
RbnJrg is offline   Reply With Quote