• I’m new to WordPress so I’m not sure what’s going on. I’m using the K2 theme with a stylesheet I mashed up from multiple ideas I’d seen elsewhere, just trying to get things rolling.

    The problem I’m having right now is that when I creat a new post which has anchors in it, the first link works but the rest are not clickable. They change to the link color, but other than that nothing. This only occurs in Firefox, IE seems to work just fine.

    Any ideas on what might be causing this? I did add some code for audio scrobbler to the header.php but that appears to be working fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • how about a link?

    Thread Starter rwfaught

    (@rwfaught)

    I figured it out.

    .entry-content {
    /* The meat and potatoes of every entry */
    float: left; /* <—— The culprit */
    width: 458px;
    }

    I modified this from the original sample.css file that comes with K2. The float: left line causes all links but the first in each post to be unclickable in Firefox.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links in new posts not working in Firefox…’ is closed to new replies.