SEO Software Talk Forum Index LinkAssistant Technical Support
Opening Links in New Pages
View previous topic :: View next topic
Display posts from previous   
All times are GMT
Post new topic  Reply to topic  
Opening Links in New Pages Tue Aug 29, 2006 11:12 pm
Shark
Hey folks,
New user here
(LOVING L.A.... GREAT Product)

Question:

Is it possible to set links
(on L.A. generated link pages)
to open in a 'new window'

I'd like to keep 'link clickers' on my site.

any info would be greatly appreciated

thanks,
Shark
_________________
www.onlineshark.com
www.sharkpokertour.com
View user's profile Send private message Reply with quote
Re: Opening Links in New Pages Thu Aug 31, 2006 4:30 pm
LinkAssistant
Hello Shark,
welcome to our forums Smile

Shark wrote:

Is it possible to set links (on L.A. generated link pages) to open in a 'new window'


Sure... Let's see... By default you get the following snippet for displaying your link partners:
Code:

<ul>
<[FOR_EACH_PARTNER]>
<li><a href="<[PARTNER_DOMAIN/]>"><[PARTNER_NAME/]></a>
<br>
<[PARTNER_DESCRIPTION/]>
</li>
<[/FOR_EACH_PARTNER]>
</ul>


the only thing you need to do is to add target="blank" atribute to the link - so your code should be:
Code:

<ul>
<[FOR_EACH_PARTNER]>
<li><a href="<[PARTNER_DOMAIN/]>" target="blank"><[PARTNER_NAME/]></a>
<br>
<[PARTNER_DESCRIPTION/]>
</li>
<[/FOR_EACH_PARTNER]>
</ul>


That's it.. Done! Smile
_________________
Search Engine Optimization Software
View user's profile Send private message Reply with quote
Post new topic  Reply to topic  
Back To Top
Page 1 of 1
Jump to:  
Powered by phpBB
Copyright 2007, Link-Assistant.Com — The Amazingly Effective SEO Tool