HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Problem removing anchor underline using text-decoration › Re: Re: Problem removing anchor underline using text-decoration
February 3, 2012 at 15:21
#28736
Try
text-decoration: none !important;
If it does not help, try to impact its internal representation.
text-decoration-u: none;
It seems there is a bug with it in the recent versions.