When I want to print a page of html, every browser add the url and title of the website in the very top or in very bottom of the page. How can I print the html page only just what I see.?
Asked
Active
Viewed 290 times
1 Answers
2
In Firefox for example when you try to preview it you can click on "Page Setup"-> the second tab is header/footer, there you can choose what to be displayed in the very top or the very bottom of the printed page, if you choose blank in all fields the footer and header will be cleared of all data and you can print only what you see :)
You can also try the suggested solutions in the topics below:
Remove the default browser header and footer when printing HTML
Can I remove the URL from my print css, so the web address doesn't print?
Remove the default browser header and footer when printing HTML
Disabling browser print options (headers, footers, margins) from page?
Remove header and footer in html to print page
I hope they are useful :)
-
1Thanks, so can I do that by coding not from the browser? – Marwan Zakariya Mar 28 '13 at 22:53
-
It seems no standard solution for that :). Thanks after all – Marwan Zakariya Mar 28 '13 at 23:33