Announcement

Collapse
No announcement yet.

Actinic Template Tags

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

    Actinic Template Tags

    Is is possible to [automatically] remove all the actinic template tags that are present in the built HTML.

    To explain further, for every template that Actinic uses to build a page, is inserts an opening and closing template tag, as folllows...

    Code:
    <Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\Act_NavigationItem.html"/>
    
    ...template code here....
    
    <Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic v7\Sites\Site1\Act_NavigationItem.html"/>
    I hazard a guess, that these are of no use on the built and live site as they reference a local file, therfore Id like to remove them for reasons of page size. Having built custom navigation throughout to do away with a 350kb Act_SectionTree.js file, im keen to get rid of these tags if at all possible to keep things as streamlined as possible.

    Thanks
    AdamL

    #2
    Place a tick in Compact HTML/CGI box on the Design | Options | Miscellaneous tab.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment

    Working...
    X