Announcement

Collapse
No announcement yet.

Section Location

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

    Section Location

    Hi

    I am trying to get all section images (no text) to be central on the page as oopsed to the standard left allignment, not having much joy in getting this done, anybody know how?

    #2
    Edit the Act_SectionLine.html template in the root of Site1 folder and use the following:

    Code:
    <!-- SectionLine HTML begin -->
    <!-- Insert HTML for the beginning of a section title -->
    
    <DIV ALIGN="LEFT">
    
      <TABLE BORDER="0" align="center" CELLPADDING="10" CELLSPACING="0">
        <TR> 
          <TD ALIGN="LEFT" VALIGN="TOP"><div align="center"><a href="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</a> 
            </div></TD>
        </TR>
        <TR> 
          <TD ALIGN="LEFT" VALIGN="TOP"> <div align="center"><A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A> 
              <br>
               </div></TD>
        </TR>
      </TABLE>
    
    </DIV>
    <div align="center">NETQUOTEVAR:NEXT 
      <!-- Insert HTML for the end of a section title -->
    </div>
    <!-- SectionLine HTML end -->
    That will centre the image and remove the text


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Cracked it, thanks for your help.

      Comment

      Working...
      X