Formatted text is stored in database properly with all tags and when I inspect element on my webpage for example it says <strong>something</strong>
but it is not displayed as bold/strong.
In my head tag I have the source being called and tinyMCE initialized, like so :
<script src="//tinymce.cachefly.net/4.1/tinymce.min.js"></script>
<script>
tinymce.init({selector:'textarea'});
</script>
What could it be?
admir
but on a web page normal text without strong style – admir Dec 04 '14 at 01:12to
– admir Dec 04 '14 at 01:19tags