-Clicking the Print button on the toolbar instantly prints the web page. To work the Print dialog box, choose Print from the Print button’s menu or press Ctrl+P.
-A single web page is often output to several printed pages.
-To print only part of a web page, select the part you want by using the mouse. Then press Ctrl+P and, in the Print dialog box, choose Selection. Click the Print button to print only the selected portion of the web page.
-Only one part of a web page can be selected at a time.
-Sometimes, text fails to show up when you select the Shrink to Fit option. It’s a “feature” of the web page. Simply choose another size from the Change Print Size menu.
-You can print an image on a web page by right-clicking the image and choosing Print Picture from the shortcut menu. This trick comes in handy when the image doesn’t print with the rest of the web page.
I am unsure how free you are with WordPress, but, if you are able to implement your own CSS (since you used it as a tag), you can use a media query to exclude/include classes when the user prints the page. @media print targets the print style of the page.
2
Answers
-Clicking the Print button on the toolbar instantly prints the web page. To work the Print dialog box, choose Print from the Print button’s menu or press Ctrl+P.
-A single web page is often output to several printed pages.
-To print only part of a web page, select the part you want by using the mouse. Then press Ctrl+P and, in the Print dialog box, choose Selection. Click the Print button to print only the selected portion of the web page.
-Only one part of a web page can be selected at a time.
-Sometimes, text fails to show up when you select the Shrink to Fit option. It’s a “feature” of the web page. Simply choose another size from the Change Print Size menu.
-You can print an image on a web page by right-clicking the image and choosing Print Picture from the shortcut menu. This trick comes in handy when the image doesn’t print with the rest of the web page.
I am unsure how free you are with WordPress, but, if you are able to implement your own CSS (since you used it as a tag), you can use a media query to exclude/include classes when the user prints the page.
@media print
targets the print style of the page.Web View:
Print View: