Hello everyone!
I have added a link to product description but I would like it to open in a new window. How can I do it? I guess I need to add a bit of code? Could anyone help?
Thank you in advance.
Ella
Hello everyone!
I have added a link to product description but I would like it to open in a new window. How can I do it? I guess I need to add a bit of code? Could anyone help?
Thank you in advance.
Ella
Add target=blank to your link code
Zen-Venom Get Bitten
This will open a link in the SAME window:
This will open it in a NEW window:HTML Code:<a href="your_link_URL_here">Go Here</a>
HTML Code:<a target="_blank" href="your_link_URL_here">Go Here</a>
20 years a Zencart User
Than you very much! Works perfectly![]()