Announcement

Collapse
No announcement yet.

Adding additional html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Adding additional html

    Hi. Is it possible to have link attached to products that opens a html page not made with actinic, such as dreamweaver. I would prefer if this page appeared as a popup.

    Im trying to allow clients to upload files to my server without having to buy an upload plug-in. To do this they need to be able to login to a file on my server.

    Thanks

    #2
    You can embed such HTML into the product description by surrounding it with !!< and >!! which Actinic uses to recognise that you want embedded code.

    E.g.

    Please !!<<a href="myfile.html" target="_blank">click here</a>>!! to go to our download page.

    You can get Actinic to upload myfile.html by putting it's name into Design / Additional Files.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X