For the past couple of days, I've been struggling with an issue.
I believe the problem lies within my Joomla installation.
Here's what I'm trying to achieve:
I want to display an IEframe or text/javascript by going through Module > New > Custom HTML.
I access the default Joomla editor and insert the source code <>
, then set the module position and name.
Now, here's where I'm running into trouble:
On the website, only the module name is visible, the content is missing.
However, when viewing the page source:
<div class=" col-lg-2 col-md-2 col-sm-4 col-xs-6">
<div class="t3-module module " id="Mod103"><div class="module-inner">
<h3 class="module-title ">
<span>YllixMedia</span>
</h3>
<div class="module-ct">
<div class="custom" >
<form>
<p>
<script src="http://yllix.com/banner.php?section=General&pub=934318&format=300x250&ga=g" type="text/javascript"> </script>
<script src="http://yllix.com/layer.php?section=General&pub=934318&ga=g&show=1&fp" type="text/javascript"></script>
</p>
</form>
</div>
</div>
</div>