Hi,
I would like open (show the site/ Voir le site) in the new browser page and not in the same page, like actualy.
http://www.rainet.fr/concevoir
Is it possible ?
<script type="text/javascript">
(function($) {
$(document).ready(function() {
$('#gkIs-gk-is-857 a').each(function(){
$(this).attr('target','_blank');
});
});
})(jQuery)
</script>
<a href="<?php echo $link; ?>"><?php echo $link_text; ?></a>
<a target="_blank" href="<?php echo $link; ?>"><?php echo $link_text; ?></a>
.gkIsWrapper-gk_photo figcaption[data-theme="dark"] a {
border-color: #212529;
color: #212529;
}