Re: [jats-list] seeking help with issue with tables

Subject: Re: [jats-list] seeking help with issue with tables
From: "Albert Krewinkel albert+jats@xxxxxxxxxxxx" <jats-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 29 Apr 2021 14:49:56 -0000
Hi Mario,

Mario Pallua pallua@xxxxxxxxx <jats-list-service@xxxxxxxxxxxxxxxxxxxxxx> writes:

> The problem is that tables appear nicely in my Oxygen, but some cells are
> "misplaced" on the Croatian database Hrcak. Is the problem in my code or on
> the website? In either case, how can I fix it?

I think the issue is that the second header line, i.e., the one with
"Mean" and "Standard Derivation", is placed in the table body (<tbody>),
but should be in the head (<thead>). The renderer gets confused, as it
handles each table part by itself. The first cell has a `rowspan="2"`,
so there should be a second row (<tr>) in the header. Moving the first
row from the <tbody> to <thead> should fix the problem.

Hope that helps,
Albert


--
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124

Current Thread