Forum How do I...?

Stop anchors being converted to links in PDF

RobertW
I'm converting an HTML page to PDF, but I don't want the PDF to contain links. Is there any way to stop Prince from generating those?
mikeday
This CSS should do it:
a[href] { prince-link: none }