[Zope] Acquisition isn't always bandwidth and browser-cache
 friendly, advice needed
   
    Christopher Petrilli
     
    petrilli@digicool.com
       
    Sun, 14 Nov 1999 11:19:49 -0500
    
    
  
On 11/14/99 9:20 AM, Farzad Farid at farzy@via.ecp.fr wrote:
> How can this problem be solved elegantly without completely putting aside
> the acquisition process? How can I do it in this particular case with
> images?
This problem is already solved if you do:
    <dtml-var logo>
It will insert the absolute location, non acquired.  This was fixed a while
back. You can also do this:
    <dtml-var expr="logo.tag(align='right')">
This will add the "align=right" to the <IMG> tag generated.
Chris
-- 
| Christopher Petrilli        Python Powered        Digital Creations, Inc.
| petrilli@digicool.com                             http://www.digicool.com