I\'m re-asking this question because its answers didn\'t work in my case.
In my stylesheet for printed media I want to append the url after every link using the
Hi I was also having trouble with this as well and happened to stumble across a workaround.
To get around it, I wrapped the URL in div and used something like this.
.next_page:before { content: '('; } .next_page:after { content: ')'; }