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 legal. > > > Because this is illegal HTML: > <a href="blablabla"><img src="somethingsomething" > </a>
Right, but the OP wrote: <a ...> <img src="file///<dtml-var expr="str(_['sequence-item'])">" alt="Alt Text" width="150" height="150" > </a> Do you see the closing ">" here^^ ? Andreas -- You will remember something that you should not have forgotten. _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
