|
Posted by Jukka K. Korpela on 11/26/71 11:54
nkammah@yahoo.fr <nkammah@yahoo.fr> scripsit:
> I have strange formatting with forms ( unfortunatly i don't have the
> code here), but it is something like
Do you expect to get a useful answer to such a vague question? Please set up
a page that demonstrates the real problem that you have. Add a verbal
explanation if needed.
> <form ...
> <input type="hidden" ...
> <img value ="submit"...
> </form>
>
> <form ...
> <input type="hidden" ...
> <img value ="submit"...
> </form>
What are you trying to accomplish? With this markup, you have consecutive
forms that cannot be submitted, and you have invalid markup (<img> must not
value a value="..." attribute). Why are using forms in the first place, and
why _several_ forms? With no actual user input?
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|