[Zope] tal:attributes question

Fred Drake fdrake at gmail.com
Fri Oct 1 15:04:49 EDT 2004


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