PDA

View Full Version : Information Link Text


mac
12-Sep-2003, 03:19 PM
How can you make the the Information Link text open in a different page?

for example: on my product detail page I have:
information link Text: for more info, click here
file/URL: http://www.askme.com

when I click on it, it opens on the same page. How can I make it open on a different page?

NormanRouxel
12-Sep-2003, 03:41 PM
By putting the seemingly wrong syntax

http://www.askme.com" target="_blank

into the File/URL: field. Actinic will add double quotes around that lot which will turn it into a correctly formed URL.

Norman

mac
12-Sep-2003, 04:10 PM
Thanks soooooooo Much.
That fixed my problem.
I truly appreciate it.