At 22:22 15/03/99 , Milos Prudek wrote:
It seems to me that Zope is rendering my HTML tag attributs in different order than in the source. For instance I put <table width="100%" cellspacing="2" cellpadding="2"> into property named tabstart. Looking into source produced by Zope, I found <table CELLSPACING=2 CELLPADDING=2 WIDTH="100%" > Why is Zope doing this? Maybe there's good reason, but I'd like to know, because too smart software is sometimes more burden than a help.
Also some attributes are omitted in the rendering process. Property "width=106 height=106 border=0 align=right hspace=10 vspace=0" ended up without vspace statement.
Could you supply us with some DTML examples of this behaviour? It´s not something I´ve seen before. Is there any chance your HTML editor is doing this? -- M.J. Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------