Announcement

Collapse
No announcement yet.

section list titles

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

    section list titles

    Hi

    I use the smart theme and I want to be able to display section pictures with their titles underneath. At the moment I can only display either to the right or left, there is no option for below, see

    http://www.legends-online.com/acatalog/Pendants.html

    I have searched the forum and cannot find any reference to this.

    Any help would be apreciated.

    Thanks
    Ian
    Commercial Cleaning Cambridgeshire

    #2
    You will need to add a <table> to the script that shows the sections or add <br>'s to put the text on a new line.

    Can you post the script you are using at the moment
    Owner of a broken heart

    Comment


      #3
      Go into Template Manager and the Sections tab and then Child Sections button.

      That should produce something like:

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

      which if you change to:

      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
      <TR>
      <TD ALIGN="center" VALIGN="TOP">
      <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
      </TD></tr><tr>
      <TD ALIGN="center" VALIGN="MIDDLE">
      <A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
      <br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
      </TD>
      </TR>
      </TABLE>

      Will produce what you are after...

      My changes are all in lowercase for <tr>s and center statements.

      Comment


        #4
        Ooooooooops. By the way... This change will affect all sub-sections, so if you only want this to affect one specific section of sub-sections, then save the template as a new templatename.html and then assign this custom section template in the section layout tab.

        Comment


          #5
          Sorry I though you meant in the sidebar navigation
          Owner of a broken heart

          Comment


            #6
            Thanks Techno-web

            It worked a treat.
            Ian
            Commercial Cleaning Cambridgeshire

            Comment

            Working...
            X