Hi,
there is many solution.
Any can be this:
Put all char in a string (this will put it on mem but will not submit to client...).
Then use substr() function to show paragraph of 250 chars.
for more help www.php.net/substr
Another way is to use dhtml, with <DIV STYLE="visibility: hidden;" > tag. But there isn't a standard, and you have to submit however all chars to client.
see you