> From: Kevin Smith [EMAIL-REMOVED]>
>
> Something like this in the print stylesheet will save you a ton of
> work:
>
> a:after{
> content:" <http://yourdomain.com" attr(href) "> "
> }
>
> Works in Mozilla & some versions of Opera, dunno about IE6.
holy crap, that looks like a great idea... is that CSS3, or CSS2? i
don't think i've ever stumbled across any of that before...
haven't seen :after...
content: is new to me...
attr(href) is also new...