cancel
Showing results for 
Search instead for 
Did you mean: 

Hotspot image not appearing in imported course page

Former Member
0 Kudos

Hi,

We have encountered this issue with uPerform/Productivity Pak 4.30.

This happens in a course page that contains a hotspot with an image inside it that is imported from another course. The image inside the hotspot is replaced by a placeholder "X" and PNG file name reference. This behavior has also been observed when copying and pasting a page with a hotspot within the same course.

Is this the expected functionality or is it an issue?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Richard,

Have you tried the following format when entering a link into a hotspot

<a href="{DESIRED WEB ADDRESS}">

<img src="{link to picture}">

</a>

Hope this helps,

Kind Regards,

Matthew

Former Member
0 Kudos

Hi Matthew,

Your response appears to have been cut. What format did you mean?

Former Member
0 Kudos

Hi Richard,

the following format in the hotspots:

<a href="{DESIRED WEB ADDRESS}">

<img src="{link to picture}">

</a>

Regards,

Matthew

Former Member
0 Kudos

Hi Richard,

It doesn't link HTML.

See my attachment.

Regards,

Matthew

Former Member
0 Kudos

ok, last try

I will take out brackets

a href="{DESIRED WEB ADDRESS}"

img src="{link to picture}"

/a

Regards,

Matthew