[Zope-dev] Structured text img html tag not working properly in Zope 2.61

2003-11-12 Thread Max M
I have a site with lots of structured text. There are many img src='/some/image' tags in the texts. But after upgrading from Zope 2.51 to Zope 2.61, I get broken images all over the place. Example:: img src='images/kreativ.jpg' align='left' This tag is turned into:: img

Re: [Zope-dev] Structured text img html tag not working properly in Zope 2.61

2003-11-12 Thread Casey Duncan
On Wed, 12 Nov 2003 20:43:51 +0100 Max M [EMAIL PROTECTED] wrote: I have a site with lots of structured text. There are many img src='/some/image' tags in the texts. But after upgrading from Zope 2.51 to Zope 2.61, I get broken images all over the place. Example:: img

Re: [Zope-dev] Structured text img html tag not working properly in Zope 2.61

2003-11-12 Thread Chris McDonough
It's not a good idea to mix HTML and STX.. STX (at least using the DocumentWithImages class for the document) has its own notation for including image, e.g. DTML error message indicating that it cannot find a variable.:img:7-1:Figures/7-1.png It was only by accident that using HTML tags