[Zope] Aligning Images With Text

Peter Be peter@odconsultancy.com
Wed, 12 Jul 2000 21:04:18 +0100


I posted a similar question, but unfortunatly no response on that one.
I haven't done it yet, but I guess you could simply change the Image product
so that it can handle another parameter.
If you use .tag you can only control ALT, HEIGHT, WIDTH and BORDER
Look for these things in the Image module and see if you can add ALIGN.

Good luck. Please keep us posted if any success. :)
----- Original Message -----
From: Terry Babbey <terry@lambton.on.ca>
To: <zope@zope.org>
Sent: Wednesday, July 12, 2000 8:24 PM
Subject: [Zope] Aligning Images With Text


> 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>
>
> Any help?
> Terry
>
> --
> __________________________________________________________________
> Terry Babbey
> Technical Support Specialist
> Lambton College, Sarnia, Ontario, Canada
> __________________________________________________________________
>
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> 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 )
>