I use a PHP code block that successfully displays and links to all the PDFs stored in a folder… I want to have the PDFs display in a new window when clicked on.
Here is a part of the code where I think the “target” should be inserted:
print("
print("
Can anyone tell me where I can insert the target="_blank" code to make this work?
(I can supply the entire code block if necessary.)