I want to hide the full urls on the print view/page.
It must be something like...
- Code: Select all
@media print {
a[href]:after {
content: none !important;
}
}
... but no matter in which css file I put it, there's no effect at all. Could anyone help me out, please?
Thanks,
Mike