That's exactly what the problem is....and it causes MY form not to work at all See with html, you can do this no problem
<b><i>This text is bold AND italic</i></b>
You can nest SOME tags. But you CAN'T do this
<form...>this is some stuff inside a form<form...>I've opened a second form</form></form>
That's completely invalid and causes both forms not to work properly.
is there any trick or idea how can i use form inside a form ? :surprised:
|