Hi,
I am using the table element, I added different rows and columns, now in one of the column I would like to add links, and when I will pressing that links I would like to open a popup. How could I do it please?
Thank you
Hi albertoty!
Type this into the table cell.
<a href = "http://www.google.com" rel = "lightbox">Click me</a>
Cheers!
Elliott