Hi,
Just wondering if it's possible to insert the title of a HTML page (<title>This title!</title>) and the URL of the page via CSS?
I was looking at something like this:
#selector:after {content:" [" title "] ";}
But obviously that doesn't work. Is there a way to do this?
Thanks,
mn