Printing page in browser shows URLs...

User 2548755 Photo


Registered User
15 posts

Is there a way to turn this off?
User 379556 Photo


Registered User
1,536 posts

https://github.com/hackmdio/codimd/issues/535 suggests that adding the following styling might do the trick, but I haven't tested it to see whether this works with all browsers. The styling could be put in the Site Designer Head Code box for an element on the page or, perhaps better, in the Page Manager > Custom Code Settings > Head box.

<style>
@media print {
a[href]::after {
content: none !important;
}
}
</style>

Frank

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.