I dont know if this is the right place to post this, i imaging most guys here would have some idea on more then one language, what i want to do is overflow text from one fixed size div or cell into another, so example
this data here1
this data here2
this data here3
this data here4
this data here5
this data here6
this data here7
this data here8
this data here9
this data here0
If i set the div or cell to only allow enough for say 6 lines of text it would show it like this
this data here1 this data here7
this data here2 this data here8
this data here3 this data here9
this data here4 this data here0
this data here5
this data here6
So what i want is for the data to continue in a different cell or div, which ever works. Is this possible. Thanks