[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Using Zope Page Templates
nobody@nowhere.com
nobody@nowhere.com
Mon, 19 Aug 2002 11:36:14 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx#2-50
---------------
Notice that we've replaced the 'tal:content' attribute on the
table cell with a tal:replace statement on a 'span' tag. This
change allows you to have both an image and text in the table
cell.
% Anonymous User - Aug. 19, 2002 11:36 am:
What would happen if one didn't use the tal:replace statement on the span tag but still the tal:content
statement?
What kind of effect would you see or if you don't see any effect at all - why would it be so?