[Zope] tal:attributes question

Laura McCord Laura.McCord at doucet-austin.com
Fri Oct 1 15:08:29 EDT 2004


Ok. Yeah I forgot about that.

Thanks,
 Laura 


-----Original Message-----
From: Fred Drake [mailto:fdrake at gmail.com] 
Sent: Friday, October 01, 2004 2:05 PM
To: Laura McCord
Cc: zope at zope.org
Subject: Re: [Zope] tal:attributes question


On Fri, 1 Oct 2004 13:56:38 -0500, Laura McCord
<laura.mccord at doucet-austin.com> wrote:
> Of course, this won't work merely because of all the semicolons.

You can replace each semi-colon with two semi-colons to actually get a
semi-colon out:

<div tal:attributes="
     id string:${box};
     style string:position:absolute;; left:180;; top:${position};;
z-index:1;; visibility:hidden;;"
     >
     ...
</div>


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
Zope Corporation


More information about the Zope mailing list