Return to Snippet

Revision: 50162
at August 13, 2011 04:04 by claudiowebdesign


Initial Code
<link rel="stylesheet" href="./layout/main.css" media="print">



  a[href]:after{
      content: " [link: " attr(href) "] ";
  }

Initial URL


Initial Description
On screen:
Click here to see the pics!

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

Initial Title
Show links on webpage print

Initial Tags
css, link, html

Initial Language
CSS