image popup vs image page: link css weirdness.
Posted: 21 Jun 2021, 07:30
I have that head scratching thing with the way links in description are displayed.
This is a test site based on an unmodded X3:
popup: https://did-art.fr/X3/yosemite/
regular page: https://did-art.fr/X3/#pid=1.yosemite.jpg
the link in the popup is ok: no underline, which is expected.
The link in the regular page is underline, whatever I try: I put text-decoration: none; in every place i could, it is STILL underlined. only whay to get rid that I found consists in adding style="text-decoration:none;" in the < a > tag. I don't want to do that.
What am I missing?
This is a test site based on an unmodded X3:
popup: https://did-art.fr/X3/yosemite/
regular page: https://did-art.fr/X3/#pid=1.yosemite.jpg
the link in the popup is ok: no underline, which is expected.
The link in the regular page is underline, whatever I try: I put text-decoration: none; in every place i could, it is STILL underlined. only whay to get rid that I found consists in adding style="text-decoration:none;" in the < a > tag. I don't want to do that.
What am I missing?