
Originally Posted by
picaflor-azul
You will add your target code to the <a href> tags further down in the same file.
Thanks,
Anne
Example:
Code:
<li><a href="<?php echo URL2 ?>" target="_blank"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE2 ?>" alt="second slide image" /></a></li>
Now I understand :)
Thanks !
Mister D