Not print the submit buttonTag(s): HTML/CSS
[CSS]
@media print {
input[type="submit"] { display : none }
}
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com
@media print {
input[type="submit"] { display : none }
}