1 replies
  • WEB DESIGN
  • |
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?
#hyperlink #img
  • Profile picture of the author Ken Durham
    <a href="yoursite . com" title="your title"><img src="url to image" alt="My image title" /></a>

    if you want it to open in a new window

    <a href="yoursite . com" title="your title" target="_blank"><img src="url to image" alt="My image title" /></a>
    Signature

    yes, I am....

    {{ DiscussionBoard.errors[4177934].message }}

Trending Topics