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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.