By Syabab on Sunday, 11 August 2019
Posted in General Issues
Replies 1
Likes 0
Views 478
Votes 0
Hi,

When try to print from ED print button, the display for post print is full of links.

This is ED 4.1.10. Print from Chrome browser.
See attached files, thanks.
This is actually dependent on your template's css file. If your template does not have it, you can add this into your template's css file:

[gist]
@media print {
a[href]:after {
content: none !important;
}
}
[/gist]
·
Sunday, 11 August 2019 17:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post