on Wednesday, April 12, 2000 Pierre Rougier wrote : PR> I have a strange problem: PR> when I write : PR> <A HREF="www.altavista.fr">altavista</A> in my zope index_html method, PR> the link is printed, but try to reference to : PR> http://localhost:8080/www.altavista.com PR> so, of course, the URL is not valid! PR> isn't it possible to force zope to create a link to PR> http://www.altavista.com PR> instead of PR> http://localhost:8080/www.altavista.com??? PR> I suppose it is easy to do, but I don't find how! PR> Thanks!! This has nothing to do with Zope, but with your browser's reading of links.. Perfectly normal behaviour... just write : <A HREF="http://www.altavista.fr">altavista</A> just as you would in any other non-zope-site.. zope doesn't touch your HTML and links are interpreted in your browser, not on the server.. -- Geir Bækholt Hansen web-developer/designer geirh@funcom.com http://www.funcom.com