Translation - Μετάφραση

General => Feedback & Help => Topic started by: spiros on 19 Apr, 2020, 23:11:48

Title: How do I add text in two columns in the forum (i.e. source and translation or glossary) [BBC code for table]?
Post by: spiros on 19 Apr, 2020, 23:11:48
How do I add text in two columns in the forum (i.e. source and translation or glossary)?

Copy all the code below to your post and replace the "Enter/paste your target text here" lines with your source and target text.

Code: [Select]
[table][tr][td]
Enter/paste your source text here
[/td][td]
Enter/paste your target text here
[/td][/tr][/table]

Or, for different text colours in left and right column:

Code: [Select]
[table][tr][td]
[color=navy]
Enter/paste your source text here
[/color]
[/td][td]
[color=maroon]
Enter/paste your target text here
[/color]
[/td][/tr][/table]

The output looks like this:


Enter/paste your source text here


Enter/paste your target text here


Or, even better if you want a glossary (creating table cells for each term), you can paste it as two-(or-more-)column (Excel) file here: TheEnemy | Table Converter (http://theenemy.dk/table/)
Title: How do I add text in two columns in the forum (i.e. source and translation or glossary)?
Post by: billberg23 on 20 Apr, 2020, 02:15:56
Thanks, spiros !!
Title: How do I add text in two columns in the forum (i.e. source and translation or glossary)?
Post by: spiros on 20 Apr, 2020, 10:31:47
You are welcome, Master!