Does anybody have an example of spliting a html string (coming from a tiny mce editor) and splitting it into N parts using C#?...I need to split the string evenly without splitting words....I was thinking of just splitting the html and using the HtmlAgili...