multichild
Programmer
Im using css to control the print out, and liked the idea of printing out the url rather than the text.
So im using this:
@media print a:after {
content: " [" attr(href) "] ";
color: #000;
}
but its having an effect, can anyone see why?
also if you got an answer to it, is it possible to have it so that the text is first followed by the url using the css above
lee
Accend Web Solutions
So im using this:
@media print a:after {
content: " [" attr(href) "] ";
color: #000;
}
but its having an effect, can anyone see why?
also if you got an answer to it, is it possible to have it so that the text is first followed by the url using the css above
lee
Accend Web Solutions