All my comments links seem fine except this one:
http://eyesapart.com/categories/techie-stuff/
Please scroll down to the "We're different" post. At the bottom of every other post there is a comments link. On this one, the mouse turns into a hand with mouse over, but no link appears. It shows up as normal in "view/source."
I remember noticing some wierd symbol a few weeks ago where the comment link should have been for this post. The symbol showed up on the published page as well as the edit post page for this post. I thought it had gotten there by accident so I deleted it. Anyone have any ideas how to fix comments on the "We're different" post?
Thanks!
Apparently an IE issue (imagine that)...
You'll notice that your site does not validate, the blockquote should not be wrapped in p tags. I have forgotten why that happens, but you might try:
blank line
<blockquote>blah-blah-blah</blockquote>
blank line
Hmmm, rack one more up for Firefox. I wonder why IE does this only on that post? I'll check out those p tags..., didn't realize I had put them there.
Thanks for the help!
Lois
WP wraps with p tags and sometimes blockquotes get wrapped by mistake - but there is a way to enter them so they are not (just can't remember if my suggestion is the correct way or not). I bet if you don't end the post with a blockquote the link will show up just fine in IE.
Adding a line at the end of the blockquote took care of the problem, and adds a compliment to WordPress as well :-)
I see I have quite a bit not validating now. It's hard for me to keep up with everything, but I know that is important! I'm making a note to fix it as soon as I can. Thanks for the reminder!