Show links on webpage print


/ Published in: CSS
Save to your folder(s)

On screen:
Click here to see the pics!

On print:
Click here [link: http://www.shabada.boh] to see the pics!


Copy this code and paste it in your HTML
  1. <link rel="stylesheet" href="./layout/main.css" media="print">
  2.  
  3.  
  4.  
  5. a[href]:after{
  6. content: " [link: " attr(href) "] ";
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.