Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Si4351233

1 Comments

Sorted by latest first Latest Oldest Best

 

@Karen161

I do a basic css stylesheet that I setup for "print" CSS media type.

<link rel="stylesheet" href="css/print.css" media="print" />


In this stylesheet, I'll generally do a few things:


Hide any navigation elements that aren't relevant.
Hide any search elements.
Modify fonts and colors
Modify any widths that don't mesh with a printed page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme