|
#1
|
|||
|
|||
|
hiperlink open in a new window
how I have to do to set every external hyperlink to open in a new window? for example in the comments pop up i'd like that every link to the commenters site should be open as new window. can someone help me?
gabriele -------------------------- www.aboutpictures.com -------------------------- |
|
#2
|
|||
|
|||
|
Hi Gabriele it's pretty simple in fact you have to go in your index php at line 332 (or close to that) :
Code:
$comment_name = "<a href='$comment_url' title='$lang_visit_homepage'target='_blank'><strong>$comment_name</strong></a>"; } Code:
title='$lang_visit_homepage Code:
'target='_blank' Hope this help you if not, i can maybe explain better..
__________________
A. Zlatogorov Ecrivain de lumière |
|
#3
|
|||
|
|||
|
There is also a very easy suggestion:
as explained in this forum before, you could add one line to the header of your templates: Code:
<base target="_new"> |
| Post Reply |
| Thread Tools | |
|
|