Hello,
I am currently using the following code to open an article in a lightbox and it works very well...
Code: |
{arisexylightbox activeType="article" width="750" height="535" id="112" title="Canadian Credit Counselling & Debt Solutions. We Can Help Secure Your Financial Future!"}<img style="float: left;" alt="option-banner-bg" src="images/stories/option-banner-bg.png" height="73" width="980" />{/arisexylightbox}
|
I need to change that to have the same article open in a lightbox but using a text link instead. I do need to assign a class to the link.
I have the article written, and a slideshow module displays it on the home page. I have tried the following with limited success, as instead of just the article, it shows the whole webpage...
Code: |
<a class="jbReadonR" rel="sexylightbox" href="index.php?option=com_content&view=article&id=103&height=535&width=750" rel="sexylightbox">Click to Read More</a>
|
Your help is greatly appreciated. I have searched the forums and was able to get the original code sorted out, but have had no success finding out how to change it to a link with a class attached.
Tony