Hi there,
My question isn't that difficult i guess, the answer however remains to be seen.... On a website I'm building I use a rather large body text. In the new lay-out of the site there are two columns in which the text can be display.
I would like to be able to split the bodytext string into two variables. Of course it would be the most beautifull solutions if the split occurs at the end of a sentence.
Please help!
P.S. I got on the way by counting the caracters of the string and do someting with substr() e.g. but that gave me the problem of breaking into the middle of a sentence of word....
Don't eat yellow snow!
My question isn't that difficult i guess, the answer however remains to be seen.... On a website I'm building I use a rather large body text. In the new lay-out of the site there are two columns in which the text can be display.
I would like to be able to split the bodytext string into two variables. Of course it would be the most beautifull solutions if the split occurs at the end of a sentence.
Please help!
P.S. I got on the way by counting the caracters of the string and do someting with substr() e.g. but that gave me the problem of breaking into the middle of a sentence of word....
Don't eat yellow snow!