Answers for "print remove links"

0

remove link on print

@media print{
	a[href]:after {
            content: none !important;
     }
 }
Posted by: Guest on August-01-2021

Code answers related to "ActionScript"

Browse Popular Code Answers by Language