[Zope] Links to Images and Other Pages

Eric Walstad eric@walstads.net
Wed, 14 Aug 2002 11:59:53 -0700


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