Announcement

Collapse
No announcement yet.

Section name

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

    Section name

    Hi all,
    How can I get actinic to put the section name under the image instead of to the right of it?
    Thanks
    Pete

    #2
    The post seems to have got 'lost' during the outages, can anyone help?

    Comment


      #3
      Hi Peter,

      you will need to edit the Act_SectionLine.html template.

      Move the NETQUOTEVAR:SECTIONNAME and NETQUOTEVAR:SECTIONTEXT beneath NETQUOTEVAR:SECTIONIMAGE


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Hi there

        The way Jont had written is the way to do it, just rearrange the variables around. You should see its in a table so you can change this as well.

        Make sure you save a backup, just in case

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          Hi it looks like it already is, heres a copy

          <!-- 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 -->

          Comment


            #6
            It is the way the table cells are set up: try :

            <!-- 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>
            </TR>
            <TR>
            <TD ALIGN="LEFT" VALIGN="TOP"><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 -->


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment


              #7
              Thanks John, works just fine now.
              Pete

              Comment


                #8
                Your welcome


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment

                Working...
                X