Pointer not give name of picture in Hot Potatoes

Pointer not give name of picture in Hot Potatoes

par Jeff Finnan,
Nombre de réponses : 3

There is a good chance I asked this question eons ago. Nevertheless, is there a way to not have the name of the picture pop up with one holds the mouse pointer over the picture?

Thanks,

Jeff

Moyenne des évaluations  -
En réponse à Jeff Finnan

Re: Pointer not give name of picture in Hot Potatoes

par Glenys Hanson,

Hi Jim,

You need to remove the title attribute:

Not this:

<img src="01_noise-window.png" alt="01_noise-window.png" title="01_noise-window" width="183" height="140"></img>

But this:

<img src="01_noise-window.png" alt="01_noise-window.png" width="183" height="140"></img>

When you add an image in Hot Potatoes, delete the words in the Title box.

See below.

Cheers,

Glenys

Annexe 23-01-2011 20-51-10.png
Moyenne des évaluations Useful (1)
En réponse à Jeff Finnan

Re: Pointer not give name of picture in Hot Potatoes

par Stan Bogdanov,

Hi,

To be on the safe side, both alt=" " and title=" " should be empty; type a space instead.

Stan

Moyenne des évaluations Useful (1)