isicmexico
Hi
This is Joomla articles category module the link the title and image to article page.
If you want to make it in tab, open file "/html/mod_articles_category/packery.php" in template "ja_mono".
Find this code
<a href="<?php echo $item->link; ?>" title="<?php echo $item->title; ?>"><span class="article-img" style="background-image: url('<?php echo $images->image_intro ; ?>');"></span></a>
replace it with
<a href="<?php echo $item->link; ?>" target="_blank" title="<?php echo $item->title; ?>"><span class="article-img" style="background-image: url('<?php echo $images->image_intro ; ?>');"></span></a>