Problem - Blue question mark in WP header

by 7 replies
9
Firefox shows no problem. Safari shows a blue question mark at the top left in the header. Internet Explorers shows a red X.

I looked at this page to see if I could fix it myself but I had no success.
WordPress › Support Blue Question Mark in Header

I understand it's an image problem but can someone help me fix it?

aommemphisproperties.com

Thank you
#programming #blue #header #mark #problem #question
  • I just looked at the source code of your blog.

    Did you put the header image into the header yourself? I'm asking because there is a mistake
    within the image URL that's why IE and Safari don't show the image. The current code for the image on your blog looks like the following:

    Code:
    <img src=http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/header.png"http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/" alt="" />
    To show the image it should look like this one:
    Code:
    <img src="http://aommemphisproperties.com/wp-content/themes/revolution-church-v2.0/revolution-church-v2.0/images/header.png" alt="" />
    IE and safari show the red x or the question mark because of the wrong URL for the image.
    • [1] reply
    • Thanks for responding.

      I went into the header and attempted to make the change. Now, I have no problems in Safari and non in Firefox however, I don't have a header at all in Internet Explorer.

      I'm not sure what I need wrong.
      • [1] reply

Next Topics on Trending Feed