How do I make javascript print a specific part of a text? every time I try to use the print() command it prints the entire page if I do print("MYTEXT") it does not work? how do I do this or is it impossible?
Asked
Active
Viewed 46 times
0
-
Can you put the text in an element? https://stackoverflow.com/questions/468881/print-div-id-printarea-div-only – General Grievance Sep 14 '21 at 17:19
-
Please provide enough code so others can better understand or reproduce the problem. – Community Sep 21 '21 at 07:20
-
Thank you! It has worked and printing only the `div` thank you! – ColorWaveDev Sep 29 '21 at 13:35