Announcement

Collapse
No announcement yet.

Section Links

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

    Section Links

    I am using Actinic V6 for the first time, and am in need of some advisement regarding section links.

    In all I have 12 sections. Which currently get listed line by line as so:-

    <!-- SectionLine HTML begin -->
    <!-- Insert HTML for the beginning of a section title -->

    <DIV ALIGN="LEFT">

    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">

    <TR>

    <TD ALIGN="LEFT" VALIGN="TOP">
    <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
    </TD>

    <TD ALIGN="LEFT" VALIGN="MIDDLE">
    <A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
    <br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
    </TD>

    </TR>

    </TABLE>

    </DIV>
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the end of a section title -->
    <!-- SectionLine HTML end -->


    I was wondering whether it is possible to list my sections into two columns? And how could I go about this?
    - GARRY

    #2
    Hi again

    I have just discovered how to do it, and thought I'd post how to in the interest of others.

    Basically you make changes to the layout of Act_SectionLine.html file as desired. Then in Atinic Developer go to Design Options -> Sections and find default and arrangement of Section Lists

    Then within this area you make the desired changes to the rows / cols!
    - GARRY

    Comment

    Working...
    X