• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CSS - Printing Online Applications

danklumpp

Senior member
The company I work for wants me to add the option to print applications online. What would be the best way to do that?

I thought the easiest way would be to create an image that fits on an 8.5 by 11 sheet. On the website, I would then create a javascript popup window with just the image and a button to print it.

Is there any CSS code that I could apply to the button that would print just the image?
 
Different browsers and OSs interpret CSS differently (this is the whole idea of HTML and CSS).

If you want downloadable forms to look consistent, you should use a technology designed for printing - i.e. PDF.
 
Back
Top