I want to make a book with a html page(http://www.akkit.org/info/gbatek.htm) and href makes it hard to find pages. I just added code to show href after link but links are too long to see.
@media print {
a[href]:after {
content: " (" attr(href) ")";
}
}
and I want to add page number of href like
DS I/O Maps (34/300 pages) DS Memory Maps (42/300 pages)
Is there a way to show the page number of href's linked page?