How to replace the submit button with a link without using javascript ? is there any way to add the submit attribute to a link ? because the form will not be sent by a simple li
Try this:
CSS
button { background:none!important; border:none; padding:0!important; /*border is optional*/ border-bottom:1px solid #444; }
HTML
your button that looks like a link