Forum Moderators: open
I am workin on a php project and have run into a question about using a simple form. I have images that are used as my form submittion (multiple action via Javascript). These images appear under teh table of elements (data from mysql, lists off content items). Now, I would much rather have the submit icons appear above the list of content at the very top of the form, but is this possible?
I dont know javascript, but I do know PHP and dont know a way to do this with PHP. Any help?
Thanks guys (and gals).
If I understand correctly, you just want the submit button to be at the top of the form rather than the end? In this case, you can just put the submit button first in the form HTML, or failing that position it where you like with CSS. Or have I misunderstood?
[edited by: Receptional_Andy at 1:17 pm (utc) on Aug. 21, 2007]