On the checkout confirmation page there is a submit button - Confirm Order.
How can we remove the stupid inline width style it has - style="width: 84px;" ??? I have searched in the developers tool kit for the code but can't find it anyway. Why do the add these annoying inline styles that override our external styles!!
Browser source code output of the button below:
<form name="checkout_confirmation" action="http://localhost/zenCart/index.php?main_page=checkout_process" method="post" id="checkout_confirmation" onsubmit="submitonce();"><input type="hidden" name="cc_owner" value="Nick king" /><input type="hidden" name="cc_expires" value="0110" /><input type="hidden" name="cc_type" value="Visa" /><input type="hidden" name="cc_number" value="4444333322221111" /><input type="hidden" name="cc_cvv" value="633" /><div class="buttonRow forward"><input class="cssButton button_confirm_order" onmouseover="this.className='cssButtonHover button_confirm_order button_confirm_orderHover'" onmouseout="this.className='cssButton button_confirm_order'" type="submit" value="Confirm Order" style="width: 84px;" /></div>
</form>



