Pointer not give name of picture in Hot Potatoes

Pointer not give name of picture in Hot Potatoes

by Jeff Finnan -
Number of replies: 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

Average of ratings: -
In reply to Jeff Finnan

Re: Pointer not give name of picture in Hot Potatoes

by 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

Attachment 23-01-2011 20-51-10.png
Average of ratings: Useful (1)
In reply to Jeff Finnan

Re: Pointer not give name of picture in Hot Potatoes

by Stan Bogdanov -

Hi,

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

Stan

Average of ratings: Useful (1)
In reply to Stan Bogdanov

Re: Pointer not give name of picture in Hot Potatoes

by Jeff Finnan -

Glenys and Stan,

Thanks much.

Jeff