0

when I try to print (ctrl+P) a page of my site made with cakePhp and bootstrap I have all relatives urls (between parenthesis) printed in the page (See example in joined image)

enter image description here

Could you help please to avoid these URL in the printed page?

amphetamachine
  • 27,620
  • 12
  • 60
  • 72
amorino
  • 375
  • 1
  • 3
  • 16
  • possible duplicate of [Need to remove href values when printing in Chrome](http://stackoverflow.com/questions/7301989/need-to-remove-href-values-when-printing-in-chrome) – unor Feb 13 '15 at 14:47

1 Answers1

1

This is not CakePHP realted question, to avoid your problem you must play with css print media type

Here is answer https://stackoverflow.com/a/14931127/1127933

Community
  • 1
  • 1
Salines
  • 5,674
  • 3
  • 25
  • 50