knowledgeaddicted
Forum Replies Created
-
Sorry, that was my error with copy and past.
Both codes which you pointed (input and output) has the same form: </script>
The problem is missing part in line with div class.
Actually I have some smilar problem with importing that html code:
<script defer src=”https://www.livecoinwatch.com/static/lcw-widget.js”></script> <div class=”livecoinwatch-widget-6″ lcw-coin=”BTC” lcw-base=”USD” lcw-period=”d” lcw-color-tx=”#ffffff” lcw-color-bg=”#1f2434″ lcw-border-w=”1″ ></div>
The case is that even when I’m clicking “Preview” that cause the code dissapearing partially and impossible to proper display the widget.
It looks like that after clicking “Preview” or importing:
<script defer src=”https://www.livecoinwatch.com/static/lcw-widget.js”></script>
<div class=”livecoinwatch-widget-6″></div>I was trying with your previous solution but in this scenario it doesn’t help.
Thanks a lot! That works. I wasn’t knew that this is so simple solution.