treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Print URL After Links

Last updated on:

@media print{
       a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;}
}
View Comments

Comments

  1. Simply amazing. A great tut would be all about Print stylesheets! Thanks Chris!

  2. A demo would have been a lot much handy here !

  3. Permalink to comment#

    Demo can be found here:
    http://jsfiddle.net/duemF/

    It’s also possible to turn the link black by adding color: #000, but text-decoration: none; doesn’t seem to work.

  4. Thomas

    If you’re curious about browser support see the CSS tricks entries for
    Pseudo elements (:after)
    and
    CSS content property

Leave a Comment

Use markdown or basic HTML and be nice.