Is htmltext supposed to have a 'find' method? It doesn't, so you can't pass it as the second argument to urlparse.urljoin(base, url). Why would you want to htmltextize a URL? You don't, but PTL does it automatically unless you use str(). So it would be nice if htmltext had all the string methods. -- Mike Orror