After downloading an extension from freefrontedit and uploading it to my server in the directory /accordeon, I successfully accessed it by pointing my browser to . However, I am now faced with the challenge of loading the index.html into my Joomla article content. I have attempted to use
<iframe src="http://mysite/accordeon/index.html" width="100%" height="100%"></iframe>
, but this resulted in inconsistent height.
Are there any alternative methods for loading accordeon/index.html into an article?