View Single Post
Old 08-24-2026, 11:26 PM   #3
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 54,392
Karma: 182161789
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I made a few changes to the CSS since much of it was missing and other parts didn't make sense.

Spoiler:
Code:
  <table class="table_">
    <tbody class="calibre4">
      <tr class="tr_">
        <td class="td_"><p>☊</p></td>

        <td class="td_"><p>☋</p></td>
      </tr>

      <tr class="tr_">
        <td class="td_"><p>Y'AI 'NG'NGAH,</p></td>

        <td class="td_"><p>OGTHROD AI'F</p></td>
      </tr>

      <tr class="tr_">
        <td class="td_"><p class="italic">YOG-SOTHOTH</p></td>

        <td class="td_"><p>GEB'L—EE'H</p></td>
      </tr>

      <tr class="tr_">
        <td class="td_"><p>H'EE—L'GEB</p></td>

        <td class="td_"><p class="italic">YOG-SOTHOTH</p></td>
      </tr>

      <tr class="tr_">
        <td class="td_"><p>F'AI THRODOG</p></td>

        <td class="td_"><p>'NGAH'NG AI'Y</p></td>
      </tr>

      <tr class="tr_">
        <td class="td_"><p class="italic">UAAAH</p></td>

        <td class="td_"><p class="italic">ZHRO</p></td>
      </tr>
    </tbody>
  </table>


and here is the modified CSS:

Spoiler:
Code:
table {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
}

td {
  vertical-align: baseline;
}

th {
heigth: 1.5em;
  width: 35%;
}

.td_ {
text-align: center;
}

.italic {
  font-style: italic;
}


I didn't bother with adding table_ and tr_ to the CSS since this was just a quick and dirty test.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2026-08-24 202544.png
Views:	39
Size:	41.9 KB
ID:	225423  

Last edited by DNSB; 08-24-2026 at 11:28 PM.
DNSB is offline   Reply With Quote