I have ARI Sexy Lightbox Lite in Joomla 1.6. In an Article, I have inserted the code for two images that when clicked open a lightbox with inline HTML. It works great, but also creates this third image (a duplicate of the first) that opens to a blank lightbox titled "Sample Content." In addition, these nav buttons are generated within the article...these buttons take me back and forth between the images I put in and the "Sample Content" image. I do not know how this is happening since the only code I put in is as follows:
<div id="DeckStain" style="display: none;">
<p style="background-color: green;">text</p>
</div>
<p><a href="#TB_inline?height=125&width=500&inlineId=DeckStain" title="Title" rel="sexylightbox"> <img src="images/deck_stain.jpg" border="0" /> </a></p>
<div id="FenceStain" style="display: none;">
<p style="background-color: green;">text</p>
</div>
<p><a href="#TB_inline?height=125&width=500&inlineId=FenceStain" title="Title" rel="sexylightbox"> <img src="images/stain_semi_fence.jpg" border="0" /> </a></p>
The page I'm referring to is here:
southtexasfenceanddeckrestoration.com/products.html
I do not want the third image nor the nav buttons. I just want a simple Article page with two images. Please advise.
THANK YOU!