Quote:
Originally Posted by Christrick
I am editing a bilingual text written in tables to keep the parallel view (side by side view) on one page.
I'm trying to split some sections of the document. But I receive an error message that the split within table doesn't work. However if I remove the table command, my text (in two languages) merges.
Is there a way to solve that issue and keep the parallel structure on the page?

|
When you say "split", do you mean to break one html file in two?
If that's the case, you could just end the table and start a new one where you need the break.
Here is another way of achieving what you want without using tables (that are specifically designed for presenting data, not for text layout):
https://www.w3schools.com/howto/howt...wo_columns.asp