• Hello all,

    I just switced themes, and I’m having a bit of an issue with the gray background in my posts (see http://www.beardownarizona.com). The background in any of my posts (not the words) automatically links to my feedburner page…I’m not sure how to remove that and make it so clicking the gray background in the posts does nothing at all. It’s possible that it’s just an IE6 issue (that’s what my work computer has and I’m not allowed to change it)…but I don’t think this happens in Firefox.

    Also, I’d like to remove the link to the feeburner page on the “Welcome to…” section at the top of the posts, but can’t seem to figure that out either. Code for the intro is below.

    #intro { width: 515px; margin: 14px 0 20px 0; float: left; padding: 0; text-align: left; background: transparent url(images/dot.gif) repeat-x scroll 0pt 100%; }
    #intro p { font-size: 1em; font-style: italic; line-height: 1.42em; }
    #intro h2 { font-size: 1.077em; text-transform: uppercase; width: 90%; background: none; margin: 0 auto 0 auto; padding: 3px; text-align: left; border-bottom: #94927b 2px solid; }

    Sorry if these are simple questions, I’m pretty new to all of this.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not sure how to remove that

    Exactly as you put it there. Check the text widget in your left sidebar where you put that feed gizmo – you left the anchor tag (<a href="etc... etc>) UNCLOSED! The closing </a> is missing.
    It has nothing to do with your stylesheet that you posted above.

    Thread Starter beardownarizona

    (@beardownarizona)

    Thanks so much…not sure how I missed that…I never noticed it on my previous theme.

    Thanks Moshu!

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

The topic ‘Problem with Posts in Internet Explorer’ is closed to new replies.