By jeffspanos on
I just changed the template on my drupal site, and now, at the end of some links, I'm getting a weird "v" that looks like a checkmark.
Here is an example:
http://www.freeimagehosting.net/image.php?9ff5301a33.jpg
What on earth is that, and how could I fix it?
Comments
More info, please
Is this a custom theme?
What does the HTML show?
What's in the CSS?
Is there a different CSS Class assigned to the links in question?
- Corey
thank you
here is my css file... im sorry about posting the entire thing but im not sure what im looking for- ill trim this post after i figure out what on earth im doing wrong. the link is simply in the content class. thank you!
And... here is typography.css
Not seeing anything here.
Not seeing anything here. Could you post a link to the page?
- Corey
yeah
its http://www.rightangleblog.com
Sorry, but nothing but a
Sorry, but nothing but a page full of mysql errors. I'll check back tomorrow.
- Corey
man
wow i timed that out- somehow my webhost messed up my database. they restored it.
thank you again for helping me.
No luck. I'm not seeing any
No luck.
I'm not seeing any checkmarks using Mozilla 1.7 or IE 6. Have you been able to duplicate this on other computers?
Sorry, but I don't know any suggestions.
- Corey
It's indeed css-dependant, I
It's indeed css-dependant, I got the same weird check marks, and managed to find enough information on the net to uncover the cause:
You should look for the following in your theme's CSS:
content: "\00A0\221A";and simply delete it, that should do the trick. It's part of an "visited:after"-style, where you get a checkmark with every link you have visited once. Actually kind of clever, unfortunately not something we are used to.
I couldn't reproduce the "error" anywhere but in Firefox 2.0.1, which could explain why so few actually have seen it.
Thank you!
Thanks coreyp_1 for looking at it, and thank you Fyrsten for solving the problem! thank you thank you thank you!
now ive been told that all of the text on my site is in uppercase in a mac browser- im trying to solve that too, but im thrilled to have the dern checkmarks gone.
thank you