DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Show Link Location
Use this in your print style sheet. Works only in "better browsers".
a[href] {
text-decoration: none;
}
a[href]:after {
content: " (" attr(href)") ";
}




