Page 1 of 1

How to set title to every specific image?

Posted: 12 Aug 2011, 15:08
by mishef
Hello!

I want to put a specific title tag <a href title="" for each image when mouse over in detailed view - see here. What should I put in the code to get, what I want. This is the current state of default.php

.'<a title="Specific Title for Image" onclick="'.$this->tmpl['detailwindowclose'].'">'.$this->item->linkimage.'</a>';

Thanks!

Re: How to set title to every specific image?

Posted: 13 Aug 2011, 00:01
by Jan
Hi, then try to add the title for img tag too.

Jan

Re: How to set title to every specific image?

Posted: 15 Aug 2011, 11:12
by mishef
How to do that ?

Re: How to set title to every specific image?

Posted: 18 Aug 2011, 23:25
by Jan
Hi, you need to edit the html code to add this there.

Jan