Hi, i want to open a text link in a lightbox. I have a link in my form like this
Ja, ich habe die <a href="http://bfc.bfc.com/teilnahme.html?iframe=true?iframe=true&width=100%&height=100%" rel="prettyPhoto" title="Teilnahmebedingungen">Teilnahmebedingungen</a> gelesen und akzeptiert.
I want to open a html file with the privacy policy in a lightbox. How can I achieve this? If i use the link above, the link is open in a new window.
regards rico
Hi!
Change your code to this:
<a href="http://bfc.bfc.com/teilnahme.html?iframe=true" title="Teilnahmebedingungen">Teilnahmebedingungen</a>
Cheers!
Josue
Hi, the code is also not working. If i use this code it opens only the html site. What can i do to get to work?
Regards
Hi!
Can you post a link to the page where you’re trying it?
Best regards,
Josue