Forum Moderators: open

Message Too Old, No Replies

Simple Form Question

html forms

         

xKillswitchx

1:15 am on Aug 21, 2007 (gmt 0)

10+ Year Member



Hello all,
At my level of experience, I am really surprized to be asking myself this question, but this goes to show there is always room to improve.

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).

Receptional Andy

1:17 pm on Aug 21, 2007 (gmt 0)



Hi xKillswitchx,

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]