Embedding HTML

You can type HTML into many fields within Actinic, including (but not exclusively):

·      Product Full Description

·      Extended Information Text

·      Fragment Text

·      Terms and Conditions

·      Marketing Message

·      Headers and Footers

The only condition is that Actinic needs to know where your HTML starts and ends. To do this, you need to start the HTML expression with:

!!<

and end it with

>!!

When your store content is processed, prior to being uploaded to the web site, the "!!<" and ">!!" brackets are removed.

What follows is an example of how embedded HTML might look. This code could be included within the 'Full Description' field for a product:

!!<
<em>Features Include:</em>
   <ul>
      <li>Director's Commentary</li>
      <li>Outtakes</li>
      <li>Alternative Ending</li>
   </ul>
>!!

You can also embed URLs and links to other HTML files. In the latter case if the HTML files do not already on the web, then you can upload them to the 'acatalog' directory on your website using 'Web | Additional Files' menu - see Uploading Your Online Store).