I have used the code of below reference link for reading simulation.
https://jsfiddle.net/g9zsa86n/
I have created a box by using <div id="sim"></div>. it is working good, but now i have situated to change this into 2 columns in same length.
Q1: how to split the text into 2 columns?
Q2: And the reading cursor will travel down the column on the left, then down the column on the right.
For example:
If have entered around 100 words into the box, it will shows first 2 lines in first column, next 2 lines in 2nd column. After read these 4 lines, cursor should travel next 2 lines of 1st column, next 2 lines of 2nd column with autoscroll-x, autoscroll-y.
if it is possible to change, could someone help me?