Answer the question
In order to leave comments, you need to log in
How to copy text as a column?
How to make the text of the site in several columns, so that in the end you can select paragraphs with the mouse vertically?
Let's say there is a text
word1 translation1
comment1 word2 translation2 comment2 word3 translation3 comment3 word4 translation4 comment4 word5 translation5
comment5
I
need
to select the column with translations for copy-paste with the mouse.
How to do it correctly in page layout, preferably block layout without tabular layout (however, it seems that after the first paragraph, the selection captures all the text horizontally from all columns).
Answer the question
In order to leave comments, you need to log in
To select vertically, create a table with three cells and insert columns of text into them.
You can put each column in a separate block and each word in a separate block. This is how it works in Firefox, I haven't tried it in others:
<div style="float:left">
<div>слово1</div>
<div>слово2</div>
</div>
<div style="float:left">
<div>перевод1</div>
<div>перевод2</div>
</div>
<div style="float:left">
<div>комментарий1</div>
<div>комментарий2</div>
</div>
div>div
a better fix height.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question