Hi,
I need to format content of text string into the multiple "newspaper-like" HTML columns in page made in asp.
I'd like to have a dynamic number of columns, depends of the amount of text. I understand, that it could be a repeat region, but there must be also some chunk of code to get the text to be divided into the columns....
I tried to search over the web about it, but didn't found any relevant tutorial or code sample, the closest thing is the following code:
it's splits the text into the two columns, but I need more.
If somebody knows the solution, or can point to the right place, I will really appreciate it.
Thanks,
pomopomo.
I need to format content of text string into the multiple "newspaper-like" HTML columns in page made in asp.
I'd like to have a dynamic number of columns, depends of the amount of text. I understand, that it could be a repeat region, but there must be also some chunk of code to get the text to be divided into the columns....
I tried to search over the web about it, but didn't found any relevant tutorial or code sample, the closest thing is the following code:
it's splits the text into the two columns, but I need more.
If somebody knows the solution, or can point to the right place, I will really appreciate it.
Thanks,
pomopomo.