Enable html not working
Autor: Андраник Х.
Visited 1147,
Followers 1,
Udostępniony 0
In blog section I am trying to insert a html image area tag to accompany the image so that when clicked on different items on the image user can be redirected to respective pages on the website. I turn on "enable html" buttonwith no luck.
I tried recomendations in the community for similar problem (like presenting html code as uniterupted string), again unsuccessful.
What is wrong? How can I enable the html?
Posted on the
Здравствуйте. Укажите код, который Вы хотите добавить.
Autor
Здравствуйте. Вот такой код хотела бы добавить в блог для элементов в картинке снизу:
<!-- Image Map Generated by http://www.image-map.net/ -->
<img src="staires_parts.png" usemap="#image-map">
<map name="image-map">
<area target="_blank" alt="Соеденитель" title="Соеденитель" href="http://metalremstroy.ru/sistema_peril_iz_nerzhaveyki.html" coords="434,581,51" shape="circle">
<area target="_blank" alt="Фланец" title="Фланец" href="http://metalremstroy.ru/sistema_peril_iz_nerzhaveyki.html" coords="940,643,39" shape="circle">
</map>
Используйте объект HTML-код. В текстовый блок можно вставлять только короткие и простые html теги.
(It > Ru) ... лучше использовать объектный HTML-код ...
... однако отображение работает, а также может работать в текстовом объекте, HTML включен [</>] ...
... в этом случае код должен быть распределен в одну строку, без голова назад;
... очевидно, текстовый объект должен иметь адекватные меры ...
... например, попробуйте напрямую вставить этот код вашего изображения с отображением:
<!-- Image Map Generated by http://www.image-map.net/ --><img src="https://d33s48lcrmbkow.cloudfront.net/topics/production/214700/2/c4d0c14301e174834913e7c73d207d44.png" usemap="#image-map"><map name="image-map"><area target="_blank" alt="Соеденитель" title="Соеденитель" href="http://metalremstroy.ru/sistema_peril_iz_nerzhaveyki.html" coords="434,581,51" shape="circle" bgcolor="red" ><area target="_blank" alt="Фланец" title="Фланец" href="http://metalremstroy.ru/sistema_peril_iz_nerzhaveyki.html" coords="940,643,39" shape="circle"></map>
.
ciao
.
Autor
Thank you so much everyone!