Hi, My problem is: I have a website on WordPress. And i have a huge empty space on the header. I want to utilize the space by putting up an image on the center of the header space and when somebody clicks the image it will take them to another websites landing page. I used <div> tag to put up the picture on the desired position but i don't know how to hyperlink the image. Can anybody help please? Thank you loads.
Just wrap the image with a tags <a href="insert your url here"><img src="your image location" alt="" /></a>