• Resolved jamCincinnati

    (@jamcincinnati)


    Hello,

    I am building an artist website and like many of the features I find with WordPress. My theme is a child of WPFolio.

    After making several attempts to include a header that is also a link to HOME I cannot get it to work.

    I stripped all extra code and left only the call to the image file and nothing happens.

    Here is the call to the image:

    <div id="header">
    <img src="images/titleScript.gif" alt="<?php bloginfo('name'); ?>" />
    </div>

    I have looked at several posts I found after Googling my problem and still nothing happens.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jamCincinnati

    (@jamcincinnati)

    Found a past post and added the link but the image does not appear. Plus including the ‘alt’ tag causes the text to appear in the header div instead of on a mouseover.

    Here is the code I am using:

    <a href="https://www.mydesignbook.net/artist_site"><img src="images/titleScript.jpg" alt="Cincinnati Artist" width="900 px" height="69 px" />

    Test site: https://www.mydesignbook.net/artist_site

    Try the full path of the image. The image cannot be loaded in my browser.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to build header with clickable image’ is closed to new replies.