title-tag image
-
Hi there,
I’ve made a wordpress site for one of my costumers.
In the header I’ve created a big round logo in the center of the header. My code in header.php is this:
<img src="<?php bloginfo ('template_directory'); ?>/images/vlinder-groen.png" alt="hipp vlinder groen" />
When you click on the big logo, you will be directed to the homepage.
This is the only link to the homepage on the site.Now I want, when you hoover over the image, to display the title-tag “home”. In plain HTML you can set
title="home"
to accomplish this. However in WordPress this doesn’t work.How can I accomplish descripted above to display “home” when hoovering the logo?
Thanks in advanced.
regards,
Roland
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘title-tag image’ is closed to new replies.