txspaderz
07-28-2006, 06:19 PM
Hello!!
I have a concern.
I have changed the Site Nav module into a Links module, with links outside of my domain. I am needing these to open in a new window.
I have tried editing this:
adv_portal_navigationbits
<div class="smallfont">$navmark <if condition="$link"><a href="$link" TARGET="_blank">$title</a><else />$title</if></div>
And also this:
adv_portal_navigationbits
<div class="smallfont">$navmark <if condition="$link"><a href="$link" TARGET="_new">$title</a><else />$title</if></div>
Neither seems to work. Can anyone shine a light to point me in the correct directon on this? Much thanks!
I have a concern.
I have changed the Site Nav module into a Links module, with links outside of my domain. I am needing these to open in a new window.
I have tried editing this:
adv_portal_navigationbits
<div class="smallfont">$navmark <if condition="$link"><a href="$link" TARGET="_blank">$title</a><else />$title</if></div>
And also this:
adv_portal_navigationbits
<div class="smallfont">$navmark <if condition="$link"><a href="$link" TARGET="_new">$title</a><else />$title</if></div>
Neither seems to work. Can anyone shine a light to point me in the correct directon on this? Much thanks!