Quote:
Originally Posted by Hitch
Yes, but, wasn't not having color the same problem the OP was trying to solve in the first place? Otherwise, simply changing the color would be simplicity itself, no?
|
As far as I understood, the OP wants the anchors to be "invisible", and the problem is even with "color:inherit" iBooks adds some color to <a> elements. The suggested solution is using <span> instead of <a>, which would not produce any default formatting, and I don't see any drawback other than the loss of semantics.
Of course, the real solution would be to fix ADE and iBooks to not apply any default formatting to <a> elements without href (at least).