How to draw a line under the first paragraph
Hi there,
I'm trying to solve a following problem: my text field should be divided into two parts, horizontally. First part is for a synopsis, and second one is for body. I need to visually divide them by drawing a line between them. The logic is to take the first paragraph and make it a synopsis. The rest is the body. So I need to be able to get the height of the first paragraph in order to draw the line at the right position. And I will have to adjust its position whenever user scrolls the text.
Any ideas how to go about this?
cheers,
Jan
