Announcement

Collapse
No announcement yet.

actinic code getting uploaded to site?

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

    actinic code getting uploaded to site?

    commented sections and more appearing in uploaded pages...


    hi all, when i view my source of an uploaded page i see all this..

    <!-- Primary HTML begin -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE>
    Online Catalogue
    </TITLE>
    <Actinic:BASEHREF VALUE="http:mysiteaddress"/>
    <META NAME="ACTINICTITLE" CONTENT="Online Catalogue">
    <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
    <META NAME="ActinicKey" CONTENT="***************key*********">

    <META NAME="Generator" CONTENT="accxecom4">




    <LINK REL=STYLESHEET HREF="actinic.css">


    <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

    <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
    <Actinic:COOKIECHECK/>

    <!--
    The NETQUOTEVARs below can be uncommented for getting raw section lists:
    1. Top level section list
    2. Section list from current level and all children
    3. The whole section tree
    The rest covers the standalone structure members for each array - e.g. if
    you only need sName or sURL from an array.
    See the documentation for details.

    NETQUOTEVAR:TOPLEVELSECTIONS_RAW
    NETQUOTEVAR:CHILDSECTIONS_RAW
    NETQUOTEVAR:SECTIONTREE_RAW

    NETQUOTEVAR:SECTIONTREE_NAMES
    NETQUOTEVAR:SECTIONTREE_URLS
    NETQUOTEVAR:SECTIONTREE_IMAGES
    NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
    NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
    NETQUOTEVAR:SECTIONTREE_SECTIONIDS

    NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
    NETQUOTEVAR:TOPLEVELSECTIONS_URLS
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
    NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

    NETQUOTEVAR:CHILDSECTIONS_NAMES
    NETQUOTEVAR:CHILDSECTIONS_URLS
    NETQUOTEVAR:CHILDSECTIONS_IMAGES
    NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
    NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
    NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

    The section level can be accessed through:
    NETQUOTEVAR:SECTIONLEVEL
    -->

    <!--
    The NETQUOTEVARs below can be uncommented and moved to the appropriate

    location
    to save and load shopping lists
    <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save

    Shopping List</B></I></FONT></A>
    <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load

    Shopping List</B></I></FONT></A>
    --->

    <link href="layoutstyles.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .style2 {
    color: #FFFFFF;
    font-weight: bold;
    }
    .style3 {
    color: #000099;
    font-weight: bold;
    }
    -->
    </style>
    </HEAD>

    <BODY BACKGROUND="background1.gif" OnLoad="PreloadImages('home2.gif','back2.gif','sitemap2.gif','info2.gif','search2.gif','cart2.gif','order2.gif','mail2.gif')" BGCOLOR="#ffffff" TEXT="#000000" LINK="#07529c" VLINK="#07529c" ALINK="#07529c" marginwidth="5" marginheight="5"><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7sec\Sites\sounds\Act_Primary.html"/>

    <table width="100%" border="0" cellspacing="0" cellpadding="0" background="palette2bg.gif">
    <!--DWLayoutTable-->
    <tr>
    <td height="119" valign="bottom" class="topbar" align="left"><!-- NavigationItem HTML begin -->
    <!-- This file is used to build the navigation item markup. -->

    <Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7sec\Sites\sounds\Act_NavigationItem.html"/>


    etc etc.. you get the idea..

    Anyone got any idea why?

    #2
    Go to: Design Options > Miscellaneous and tick the box marked 'Compact HTML/CGI' and that should remove it.

    The option is there as comments etc can be useful when debugging problems.

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      ah so simple cheers

      Comment

      Working...
      X