• Hey,
    I’m trying to figure out how to place a simple image with a link in my website header, but I can’t find out exactly how to do it, or even which file to edit. 🙂 Could someone give me quick how-to on this?

    Mear

Viewing 2 replies - 1 through 2 (of 2 total)
  • you have to edit header.php file.

    a sample code can be like

    <a href="linkurl"><img src="imageurl" alt="describe image" title="image title" width="" height=""></a>

    Thread Starter Mear

    (@mear)

    Thanks a lot. I’ll give that a go. 🙂

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

The topic ‘Inserting image link’ is closed to new replies.