Jump to content

Header & Footer Disabling


kmalinow

Recommended Posts

Try putting this CSS (supposing you gave the header and footer the id attributes "header" and "footer"):<style type="text/css">@media print{#header { display: none; }#footer { display: none; }}</style>

Link to comment
Share on other sites

Try putting this CSS (supposing you gave the header and footer the id attributes "header" and "footer"):<style type="text/css">@media print{#header { display: none; }#footer { display: none; }}</style>
Saying 'header' and 'footer' I ment these one added by browser. Usually, full path to the webpage, page nuber etc.is it possible to turn it off in this way?Krzysztof
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...