Quote Originally Posted by Nightfly66 View Post
Hello, I have a small problem

Code:
define_main_page.php
I replaced the slides: OK
I wish by clicking on one of them, the link opens in a new window (redirect URL)

Example:
Code:
define (url5, 'http://www.picaflor-azul.com/support');
Where can I add
Code:
target = "_blank"
Regards
Mister D
You will add your target code to the <a href> tags further down in the same file.

Thanks,

Anne