Zope modifies HTML order of tags?
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. -- Milos Prudek
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 ------------------------------------------
It seems to me that Zope is rendering my HTML tag attributs in different order than in the source. For instance I put Could you supply us with some DTML examples of this behaviour? It´s something I´ve seen before. Is there any chance your HTML editor is doing this?
You are right. I wanted to check the frame, which I can't do easily under Netscape, so I pushed File/Edit Frame, and apparently Netscape Composer did it, because when I do "Save frame as...", it looks O.K. Having discovered this, there is no chance I would ever use Composer. I would be happy to have Zope work as closely as possible with Dreamweaver, though. -- Milos Prudek Sonet Online s.r.o. http://www.sol.cz
participants (2)
-
Martijn Pieters -
Milos Prudek