14 Aug
2002
14 Aug
'02
6:59 p.m.
Hi Kevin, Have a look at absolute_url() in the docs. Assuming "faculty" is your image, something like: <dtml-var "faculty.absolute_url()"> or <img tal:attributes="src context/faculty/absolute_url"> might do the trick. Best, Eric. Kevin Sullivan wrote:
Hi,
A general zope question: Whats the best way to refer to images and other links within a zope site? I am now using apache proxy in front of ZServer. Basically im trying to avoid Links like "/intranet/faculty/faculty/faculty"
Thanks in advance, Kevin