Finding Length of Curves?

 From:  Michael Gibson
5496.18 In reply to 5496.16 
Hi Pilou, nope sorry still not right... Now there's no escaping of less-than or greater-than at all, which is ok for the part of the script where there's a space around it like: "crvs.length > 0 " but the part of the script that has the <div> </div> in the script does not display because the browser sees it as an HTML formatting tag instead of displaying it as plain text.

So that ends up making this part of the script to not be displayed in the web browser:

code:
 <div id=_crvdistlabel></div>  



What is it that you're using to edit your web site, are you using a certain kind of editing tool to do it or are you directly editing your HTML files ?

- Michael