View Single Post
Old 02-23-2024, 01:52 PM   #4
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,624
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
I've tried to get repeating table headings working on the Libra 2 and never could. I guess the Libra 2 software ignores repeating table headers along with the <tfoot> tag.

I tried with the following...
Code:
<thead>
  <tr>
    <th></th>
    <th></th>
  </tr>
</thead>
https://developer.mozilla.org/en-US/.../Element/thead
Karellen is online now   Reply With Quote