• Resolved drewbotts

    (@drewbotts)


    The blog I am working on is: blog.abbyott.com

    I am trying add an image to the header on my theme. I uploaded the .png with the media library in the dashboard. Copied the url for the image

    https://blog.abbyott.com/wp-content/uploads/2011/08/abby1.png

    which is working. The header will display correctly on my computer, but does not display on any other computer. I’ve tried searching for a solution but I haven’t found any leads. I need to be able to use the media library (or a simple image uploader site) so that the blog owner can easily manage their images. Does anyone know a solution to this problem or what might be causing it?

    If you need any more information to diagnose this problem let me know and I can provide it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The code to display your header right now is:

    <a href="https://blog.abbyott.com/"<img src="https://blog.abbyott.com/wp-content/uploads/2011/08/abby1.png"/></a>

    It seems you accidentally missed a closing > in the <a> tag:

    <a href="https://blog.abbyott.com/"><img src="https://blog.abbyott.com/wp-content/uploads/2011/08/abby1.png"/></a>

    Thread Starter drewbotts

    (@drewbotts)

    Thanks Big Bagel! That fixed it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Image Only Displays On My Computer’ is closed to new replies.