Adding Text and Image to Hover-over in Perl

Hi,

i am using the following Perl script to add for 2 different languages text + Hover-over text.

[% Begin Unverified Perl
if(GETVALUE("SD1") ==1)
{
return ' <span class="tool_tip_link" style="font-weight:normal; color: #2f469c;" title="Hoover-over text"> Regular text</span> ' ;
}
if(GETVALUE("SD1") ==2)
{
return ' <span class="tool_tip_link" style="font-weight:normal; color: #2f469c;" title="Hoover-over text">Regular text</span> ';
}
End Unverified %]

However, i would need to add an image to the hover-over text as well, but am not sure how i should do this.

many thanks
Tina

Resolved
3 replies