Jump to content

Can I have my submit form above my checkboxe code?


xerox02

Recommended Posts

Can I have my submit form above my checkboxes?

For example:

<input type="submit">
<input type="checkbox" name="checkbox" id="checkbox-1" value="checkbox-1"; />

<label for="checkbox-2" tabindex="2"></label>
<input type="checkbox" name="checkbox" id="checkbox-2" value="checkbox-2" />

<label for="checkbox-3" tabindex="3"></label>
<input type="checkbox" name="checkbox-3" id="checkbox-3" value="checkbox-3" />

<label for="checkbox-4" tabindex="4"></label>
<input type="checkbox" name="checkbox-4" id="checkbox-4" value="checkbox-4" />

 

How could I get this to work?

On my page I need the submit button in another div above the html code and not under it. Is there a css,js or html solution that will allow me to have the custom image submit button above the html code of the checkboxes?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.