[Zope] RE: Acquisitive
Spicklemire, Jerry
Jerry.Spicklemire@IFLYATA.COM
Mon, 23 Oct 2000 09:33:07 -0500
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="0" cellpadding="0"
cellspacing="0">
>
> 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.