In a aplication generated, if I submit in a field with some
HTML code... e.g.
<img src="images/ff.jpg" alt="FF" border="0">
then the interface becomes deformed... if I incert the
code like this:
<img src=images/ff.jpg alt=FF border=0>
than I have an error in HTML validator.
Yann tanks