I have a very strange behavior on my website for attached images. A check symbol appears below the image, as a link. This does not appear nowhere in the HTML nor in the CSS (anyway I don't see how it could be CSS-related).

See for yourself:
http://rotterdam.tats.name/en/node/2

Comments

RoloDMonkey’s picture

tatien,

I don't see anything. Is it possible that you have a browser plug-in that is doing this?

You say that the check symbol is a link. Where does the link go?

tatien’s picture

Ok, I found what the problem was. It's just something I didn't know about CSS.

The file typography.css contained the following lines:

html > body #main .node .content a:visited:after {
  content: "\00A0\221A";
  font-size: 0.8em;
  font-family: Times, serif;
}

I removed the "content: ..." line, which was apparently adding the unwanted character.

tatien’s picture

Status: Active » Fixed

Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)