L
L
lukoie2015-05-17 01:16:53
css
lukoie, 2015-05-17 01:16:53

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

3 answer(s)
K
keslo, 2015-05-17
@keslo

Why didn't you like the spreadsheet? It's just made for you.

Z
zooks, 2015-05-17
@zooks

To select vertically, create a table with three cells and insert columns of text into them.

V
Vlad Tokarev, 2015-08-05
@Vadiok

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>

For div>diva better fix height.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question