Keyword

Alt text displayed on mouseover

  • blueworks
  • blueworks's Avatar Topic Author
  • Offline
  • New Member
More
17 years 3 weeks ago #1591 by blueworks
Alt text displayed on mouseover was created by blueworks
Hello!  :D just a minor thing with Simple Image Gallery... in the alt text displayed on mouseover the thumbnails, the bold tags <b></b> are visible either side the image file name.

Where can I remove or control this "Alt Text".

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #1592 by samppa
Replied by samppa on topic Re: Alt text displayed on mouseover
Hi,

you can take away the <b></b> from the picture mouseover, find the following line from plugin_jw_sig.php (line 70?)

else {$html .= '<b>'.$images[$a].'</b>';}

and change it to:

else {$html .= $images[$a];}

This worked with me.

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #1593 by Nils
Replied by Nils on topic Re: Alt text displayed on mouseover
Thanks for that I was having the same issue

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum