I want by default background graphics to be added when someone prints anything on browser.
            Asked
            
        
        
            Active
            
        
            Viewed 122 times
        
    0
            
            
        - 
                    1Media queries. You can add CSS to `print` only. just add `@media print { background-image: url('myimage.jpg'); }` – teefars Oct 26 '21 at 10:21
 - 
                    [duplicate] https://stackoverflow.com/questions/11242991/how-to-forcefully-print-background-image-in-html – Alan Yu Oct 26 '21 at 10:58
 - 
                    Please provide enough code so others can better understand or reproduce the problem. – Community Oct 26 '21 at 11:14