Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / External Link within Products Description

External Link within Products Description

Locked

Views: 1,128

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Jan 2008, 7:29 PM
#1
gabstero avatar

gabstero

Zen Follower

Join Date:
Nov 2007
Posts:
342
Plugin Contributions:
0

External Link within Products Description

Hi Gang!

Quick question:

How can I hard-code a link in a product description that would open another browser tab (NOT pop-up window). And yes - without navigating away from the product page?

thank you!
gabstero

15 Jan 2008, 7:30 PM
#2
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: External Link within Products Description

Just embed it in the product description with standard HTML.

15 Jan 2008, 7:33 PM
#3
gabstero avatar

gabstero

Zen Follower

Join Date:
Nov 2007
Posts:
342
Plugin Contributions:
0

Re: External Link within Products Description

Whoa! Fastest answer ever!!! THANKS

Well, I did with the traditional <a href=.... etc. But when I click on the link, it navigates away from my product page. The result I am after is to open a new browser tab when someone clicks on that link.

thanks again!
gabstero

20 Jan 2008, 9:20 PM
#4
tinamartinez avatar

tinamartinez

New Zenner

Join Date:
Aug 2005
Posts:
52
Plugin Contributions:
0

Re: External Link within Products Description

set the target attribute to _blank

For example:

<a href="your link" target="_blank">
22 Jan 2008, 2:36 AM
#5
gabstero avatar

gabstero

Zen Follower

Join Date:
Nov 2007
Posts:
342
Plugin Contributions:
0

Re: External Link within Products Description

Thanks a TON!!!!!!

that did it!

Gabstero