0
I have a list where the user can print through the window.print()
, but is appearing the 2 buttons that has on the page.
It is possible to "hide" these buttons through the CSS at the time of printing?
BUTTONS
<div>
<a href="listagem_cliente.php"><button type="button" class="btn btn-primary">Voltar</button></a>
<a href="javascript:;" onclick="window.print();return false"><button type="button" class="btn btn-danger" title="Imprimir">Imprimir</button></a>
/div>