I noticed that in your example that "another chapter" shows as different/changed... I couldn't figure out why as the text looks identical eventually it dawned on me there is paragraph return in one of the texts.
I put the following after cfset s1 and s2 and it cured it!
<cfset s1 = Replace(s1, "#Chr(10)#", "", "ALL")>
<cfset s2 = Replace(s2, "#Chr(10)#", "", "ALL")>
(this causes it to output all on one line in the source code)
regards, Andrew
>Micha Schopman
>Software Engineer
>Modern Media, Databankweg 12 M, 3821 AL Amersfoort
>Tel 033-4535377, Fax 033-4535388
>KvK Amersfoort 39081679, Rabo 39.48.05.380
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

