This worked.
Now if only I could get my dtml-if statement working.
Thanks,
Terry

"R. David Murray" wrote:

> On Wed, 12 Jul 2000, Terry Babbey wrote:
> > Here is my code:
> > <dtml-if "_[ProgCode + 'PIC']">
> > <dtml-var "_[ProgCode + 'PIC']">
> > </dtml-if>
> >
> > What I would like to do is align the picture to the right of my web
> > page. If I was programming html I would do it like this: <img
> > src=T043PIC align=right>
>
> Untested, but I copied most of it from a working method:
>
> <dtml-var "_.getitem('ProdCode' + 'PIC',0).tag(align='right')">
>
> --RDM

--
__________________________________________________________________
Terry Babbey
Technical Support Specialist
Lambton College, Sarnia, Ontario, Canada
__________________________________________________________________



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to