Announcement

Collapse
No announcement yet.

template help!!

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

    template help!!

    Hi can anyone help me make a better simple template as i would like to use the one in the simple list number 3 on the list.
    but on the page it look so bear!! the left hand site has nothing there!! i want to put stuff there!! like links and maybe photos.

    Aslo i would like to add two more website pages..
    1. a photo page with just photos a small discriptions
    2. a video page with small 5-10 second videos

    How do i do this?? i know how to add the page but i don't know how to put all the photos and videos on the pages!! i can only get one picture and some text.. i would like lots of photos and video?
    thanks
    Angelo

    #2
    but on the page it look so bear!! the left hand site has nothing there!!
    You need to edit the overall layout template for the site in order to add stuff into the left hand side. For Brochure pages this file is Act_BrochurePrimary.html and for store pages, this file is Act_Primary.html.

    Could you explain your other questions in more depth please. I did not understand them.

    Comment


      #3
      Hi,
      sorry about the second question here it is again...
      I would like to make a page on my website that contains lots of small video chips for people to see how would i do this?
      Thanks
      Angelo

      Comment


        #4
        The best way to do this would be to create a new brochure page. For all the fragments, use the 'Text Only' layout option. Then you can link each fragment to a video clip by using the [LINK] directive, pointing to a 'URL'.

        You will need to upload the video clips via FTP to your server in advance so that you can link to them via the brochure fragments.

        Comment


          #5
          Can anyone help with this problem??
          this is a copy of the html in my act_brochureprimary..
          <!-- BrochurePrimary HTML begin -->
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
          <HTML>
          <HEAD>
          <TITLE>NETQUOTEVAR:PAGETITLE</TITLE>
          <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
          <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
          <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
          <!--@act NETQUOTEVAR:HEADERMETA -->
          <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
          <!--@act NETQUOTEVAR:LOADFUNCTION -->

          <LINK REL=STYLESHEET HREF="actinic.css">
          <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
          </HEAD>

          <BODY NETQUOTEVAR:BGIMAGE OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
          <table width="100%" border="0" cellspacing="0" cellpadding="5" background="palette2bg.gif">
          <tr>
          <td>NETQUOTEVAR:BROCHURELOGO</td>
          <td align="right">&nbsp; </td>
          </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="5" background="palette1bg.gif">
          <tr>
          <td>&nbsp;</td>
          <td align="right">NETQUOTEVAR:HEADERGUIDE&nbsp;</td>
          </tr>
          </table>

          <table width="100%" border="0" cellspacing="0" cellpadding="5" height="100%">
          <tr>
          <td background="palette3bg.gif" valign="top" width="160"><br>
          </td>
          <td valign="top">
          <table border="0" cellspacing="0" cellpadding="0" width="CUSTOMVAR:ACTSTDWIDTH" align="center">
          <tr>
          <td valign=MIDDLE align=LEFT >
          <Actinic:NOWSERVING/>
          <Actinic:CURRACCOUNT/><Actinic:BROCHURE_LOGOUT_SIMPLE/>
          <!-- NETQUOTEVAR:REGISTEREDLOGIN -->
          NETQUOTEVAR:BROCHUREBODY </td>
          </tr>
          </table>
          </td>
          </tr>
          </table>
          NETQUOTEVAR:POWEREDBY</BODY>
          </HTML>
          <!-- BrochurePrimary HTML end -->

          I would like to add the following netquotevar's in...

          NETQUOTEVAR:SIMPLESEARCH

          NETQUOTEVAR:TOPLEVELSECTIONSTOP

          I would like to add these in the left side of the screen in the border but i do not know how or where to add them to the html BrochurePrimary?
          if anyone can help it would be great
          thanks
          Angelo

          Comment


            #6
            It is not possible to add either of those two variables to the Brochure Primary template.

            What you need to do is copy the HTML for these two objects from a full generated web page (in your 'SiteHTML' folder within 'Site1') and then paste the code into the Act_BrochurePrimary.html template.

            Comment

            Working...
            X