This topic is locked

Issue with image display in print page

9/6/2017 8:56:11 PM
PHPRunner General questions
romaldus author

Using bootstrap theme in print preview page, image fields displays json codes from database. However when i switch to coral theme, image displays normally.

admin 9/7/2017

We would need to see this issue on Demo Account.

S
safesurf 9/25/2017



Using bootstrap theme in print preview page, image fields displays json codes from database. However when i switch to coral theme, image displays normally.


Add the code below to the custom css of project.
/ Don't print link hrefs /

@media print {

a[href]:after {

content: none

}

}