View Single Post
Old 07-09-2020, 12:27 PM   #3
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,217
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Quote:
Originally Posted by Christrick View Post
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

Last edited by thiago.eec; 07-09-2020 at 12:30 PM.
thiago.eec is offline   Reply With Quote