Hi,
i am experiencing problems when using special characters in HTML Markup for a hotspot.
For the markup i am using this kind of structure:
Overall the page is working fine with uni code characters.
is set in the header.
Any help is appreciated.
cheers,
Florian
i am experiencing problems when using special characters in HTML Markup for a hotspot.
For the markup i am using this kind of structure:
Code:
<div class="hotspot-popup">
<h4 class="hotspot-name">
</h4>
<div class="hotspot-description">
</div>
<div class="hotspot-id">
</div>
<div class="hotspot-category“>
</div>
</div>
Overall the page is working fine with uni code characters.
Code:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
is set in the header.
Any help is appreciated.
cheers,
Florian