• Resolved mellows

    (@mellows)


    Hi all,
    This has been driving me crazy for days… the comment link that you click to make a comment is active and working fine in Firefox but for some reason it doesnt work in IE… all you would see is the word “comment” and not the actual link. I’m completely stumped on this one. Does anybody know why this could be happening?

Viewing 6 replies - 1 through 6 (of 6 total)
  • No, because we don’t see it.

    In other words, we need to see it to see what is occuring. So, please give a link.

    Thread Starter mellows

    (@mellows)

    yeah, my bad…
    http://riotrhapsody.org

    Your are missing a closing div in this line:
    wrong: <div align="right"<a href="http://riotrhapsody.org/?p=5#respond" title="Comment on "><b>COMMENT</b></a><br/></div>
    right: <div align="right"><a href="http://riotrhapsody.org/?p=5#respond" title="Comment on "><b>COMMENT</b></a><br/></div>

    For some reason I can’t view the source on IE. Is it surely identical with the source parsed out by FF? And how is it done in PHP?

    This case is very interesting as I also have problems stuff showing up differently in different browsers and not meaning CSS..

    Edit: okay, missing tag end it is.

    Thread Starter mellows

    (@mellows)

    ohh ok… so thats it! thanks you guys.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Comment link not active in IE–help!’ is closed to new replies.