[Zope] img src=... problem with Firefox

2005-10-25 Thread Thomas G. Apostolou
Hi all, i have a problem with Firefox. As you can see bellow i am retrieving some data from sql server with the use of external method GetPrList and then show taht data. The data of _['sequence-index']==2 is the full name of an image file to the file system. So i use: a href=file///dtml-var

Re: [Zope] img src=... problem with Firefox

2005-10-25 Thread Peter Bengtsson
1. You're not closing the img tag correctly. 2. This problem wouldn't have happened if you would have used ZPT instead of DTML 3. Don't crosspost to multiple lists. On 10/25/05, Thomas G. Apostolou [EMAIL PROTECTED] wrote: Hi all, i have a problem with Firefox. As you can see bellow i am

Re: [Zope] img src=... problem with Firefox

2005-10-25 Thread Andreas Pakulat
On 25.10.05 17:03:09, Thomas G. Apostolou wrote: i have a problem with Firefox. No you don't, you actually misunderstand something about URL's.. a href=file///dtml-var expr=str(_['sequence-item']) That is not a correct URL, it's only a part of it. What you really want is: file://dtml-var ...

Re: [Zope] img src=... problem with Firefox

2005-10-25 Thread Andreas Pakulat
On 25.10.05 15:18:11, Peter Bengtsson wrote: 1. You're not closing the img tag correctly. Why's that? Because it's not closed? If he's using HTML 4.01 Transitional this is perfectly legal. 2. This problem wouldn't have happened if you would have used ZPT instead of DTML Yes it would, the

Re: [Zope] img src=... problem with Firefox

2005-10-25 Thread Peter Bengtsson
On 10/25/05, Andreas Pakulat [EMAIL PROTECTED] wrote: On 25.10.05 15:18:11, Peter Bengtsson wrote: 1. You're not closing the img tag correctly. Why's that? Because it's not closed? If he's using HTML 4.01 Transitional this is perfectly legal. Because this is illegal HTML: a

Re: [Zope] img src=... problem with Firefox

2005-10-25 Thread Andreas Pakulat
On 25.10.05 16:35:56, Peter Bengtsson wrote: On 10/25/05, Andreas Pakulat [EMAIL PROTECTED] wrote: On 25.10.05 15:18:11, Peter Bengtsson wrote: 1. You're not closing the img tag correctly. Why's that? Because it's not closed? If he's using HTML 4.01 Transitional this is perfectly