I am trying to implement a print feature in HTML. I know I can print the whole page with window.print(), but how do I print only a specific page element? For example a particular <DIV>Some text to print</DIV>.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
You could use a print specific CSS stylesheet and hide everything but what you want printed.
Just the
|
|||||||||||||
|
|
Try this: Hope this helps. |
|||
|
|
|
If you are familiar to jQuery, you can use jQuery Print Element plugin like this:
|
|||
|
|