[Zope] Creating an image map in Zope
Guidry, Wayne
wguidry at anteon.com
Fri Dec 10 21:33:09 EST 2004
I had to use DTML to pass the usemap parameter to the html <IMG> tag generated by Zope (Image Objects appear to create this for you when you call <dtml-var imageObjectName>. I was having trouble doing that. I figured it out now though. I didn't realize there is a property for Image Objects called tag that allows you to set your own parameters with it. thanks anyway
-----Original Message-----
From: Jens Vagelpohl [mailto:jens at dataflake.org]
Sent: Fri 12/10/2004 5:04 PM
To: Zope List Mailing
Cc:
Subject: Re: [Zope] Creating an image map in Zope
On Dec 10, 2004, at 20:37, Guidry, Wayne wrote:
> I have an image object I created that I need to turn into an image map.
> Right now, I have the object and I have a file of the location of the
> points (on the image) that the information will be mapped with. I'm
> basically attempting at this point to use the HTML Map tag to create
> the
> mapping, however I'm not having much luck. Has anyone tried this, or
> know of a resource that might help? Thanks
Image maps have nothing to do with Zope, it's simple HTML you put on
your page that makes an image into an image map. Google for image map
and I bet you will find resources.
jens
_______________________________________________
Zope maillist - Zope at zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )
More information about the Zope
mailing list