link with image open lightbox

i created a table, with text inside and some words are anchor text that need to open an image. Even if I select _blank the image opens in my lightbox.


<table class="rock-table">

<tbody>

<tr>

<td class="td1">event 1</td>

<td>15 Luglio 2023</td>

<td><a href="https://www..namesite.it/wp-content/uploads/2023/06/image.jpg" target="_blank" rel="noopener">download img</a></td>

</tr>

<tr>

<td class="td1">event 2</td>

<td>19 Settembre 2023</td>

<td>download img</td>

</tr>

<tr>

<td class="td1">event 3</td>

<td>21 Settembre 2023</td>

<td>download img</td>

</tr>

<tr>

<td class="td1">event 4</td>

<td>04 Ottobre 2023</td>

<td>download img</td>

</tr>

</tbody>

</table>

Comments

Sign In or Register to comment.