Announcement

Collapse
No announcement yet.

help! centre text under section images

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

    help! centre text under section images

    hello, i am having a problem...
    How can i centre the product text under an image.
    V7 business:
    the main shop section will lay out the product sections as images accross the page. At the moment the section names are listed to the left of the text.
    I want it to be under each image.
    Like on my other site 'example of what i need'
    http://www.treasureislandsweets.co.u...log/index.html

    I carnt for the life of me remember how i changed it before...
    thank you.
    wesley
    Treasure Island Sweets

    #2
    Hi there

    You need to go to 'Design | Options | Layouts' and click 'Edit' next to the 'Default Section Link Layout' field. Change the content of the file to look like the following:
    Code:
    <!-- 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="center" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A> 
          </TD>
        </TR>
        <TR> 
          <TD ALIGN="center" 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 -->

    Comment

    Working...
    X