Forum Moderators: phranque
The content is stored with basic HTML tags in tact (so all paragraphs are surrounded by <p> tags etc).
What is a good way to automate the break points - any tips or hard and fast rules?
One option would be to work on character count and split at X characters, or find the nearest <p> tags or sub-title to X and break at that point.
Any better methods?
Thanks!