Hello, I am trying to put gallery builder-generated gallery in a joomla article.
For some reason, the html disappears when I refresh the article. Can you pls help?
Heres the code:
<script type="text/javascript" src="http://sapegin.server308.com/galleryJ/js/jquery.js"></script>
<script type="text/javascript" src="http://sapegin.server308.com/galleryJ/js/swfobject.js"></script>
<script type="text/javascript" src="http://sapegin.server308.com/galleryJ/js/flashgallery.js"></script>
<script type="text/javascript">
jQuery.flashgallery('http://sapegin.server308.com/galleryJ/gallery.swf', 'http://sapegin.server308.com/galleryJ/config.xml', { width: '550px', height: '680px', background: 'transparent' });
</script>
Thanks