Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Image link "open in new window" not working

Image link "open in new window" not working

Locked

Views: 1,599

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
22 Mar 2008, 1:41 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Image link "open in new window" not working

kevinmc3:

I am trying to set the image at the bottom of this page to open in a New Window. However, it does not.

http://www.cvtreasures.com/index.php?main_page=page&id=5&chapter=0

(the LAMP image).

Find the following:

  1. <a href="http://learnaboutmovieposters.com/newsite/DEALERS/Dealer-list.asp">Replace with:

  2. <a href="http://learnaboutmovieposters.com/newsite/DEALERS/Dealer-list.asp" target="_blank">
22 Mar 2008, 1:53 AM
#3
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Image link "open in new window" not working

thanks , it worked

22 Mar 2008, 1:57 AM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Image link "open in new window" not working

kevinmc3:

thanks , it worked

You are most welcome!

Kevin, I viewed the source.
One mistake

  1. target="_blank""
    Should be:

  2. target="_blank"
    Take out one of the " :smile: