When creating a simple link to a pdf file in product details, how do you have the pdf open in it's own window session, so that the store is not over writen?
Thanks
Dave
Thanks
Could you make it simpler for the non html guys?
Are we still in the simple link, or are you in the advanced link section?
I do not see a place to enter html code.
Thanks
Dave
Sorry for the trouble, but I,m new at this and at Actinic.
Is it possible for you to point at what you want, where on the attached screenshot.
I will go out this weekend a by a copy of html for dummies.
Thanks
Dave
You need to have a pdf file in the site folder. You need to use the name of that file in your link URL.
Better yet. Start on page 1 of the getting started guide and work your way through the examples in that. Read all the helpful links stickied at the top of the forum, and search every term you don't understand along the way. In a month or so, when you have done that, you will be in much better position to make the decision on whether you go it alone or you need designer/developer help.
Then try putting the link directly into the product description instead:
!!<<a href="qwertyuiop.pdf" target="_blank">linktext</a>>!!
Also add the file into the Additional Files List in Actinic.
1) file added to "Additional files list.
2) By Product discription, do you mean under the General tab, the full dicription box? Ths doesn't quite make sense.
In defence of Daveb, I am pretty sure that you cannot add target="_blank to the simple link field as suggested in the screenshot above.
This needs to be added to the Advanced Link instead.
Most probably you will also need to upload any pdfs or other additional documents separately, as Actinic does not seem to do it for you.
I'm not quite sure why Daveb got bullied so badly about this, as anyone new to this would find it rather confusing, particularly if wrong advice is provided.
You can't add it until the pdf is uploaded to the hosting server. This was never explained at the time. I was adding the target="_blank to the file name in the site1 directory and not to the url after uploading.
New user error.
Dave
Comment