Steve wrote:

> I'm guessing the the problem is that
>
> &dtml-xxx;  does an implicit "html_quote" format
> on whatever expression you provide.. so 
>
> <table &dtml-set_table_0;>
>
> should produce:
>
> <table border=&quot;0&quot; cellpadding=&quot;0&quot;
cellspacing=&quot;0&quot;>
>
> Which the browser doesn't grok.... 
>
> try:
>
> <table <dtml-var set_table_0>>

That works! It turned out that this was also complicated by some flakey 
behavior displaying nested tables, in MS IE. It seems that sometimes it 
doesn't matter what you specifiy for a table's properties, the parent 
tables properties take precedence.

Thanks!
Jerry S.

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to