Announcement

Collapse
No announcement yet.

Box size

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

    Box size

    I am struggling trying to find the required editing of a template, if that's what is needed, to ensure the box dimensions around the sections remain constant.

    See the problem at:
    http://www.orionoptics.co.uk/acatalog/index.html

    I can do it by changing the image size but that is a cheat.

    Any help accepted.

    With help from group members both on line and direct emails, I think our site has improved no end over the last week or so.

    Thanks

    Barry

    #2
    The template you need is Act_SectionLine.html within the Section Tab - Child Sections button.

    Which will be something like this....

    <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" accesskey="CUSTOMVAR:ACCESSKEY"><B>NETQUOTEVAR:SECTIONNAME</B></A>
    <br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
    </TD>

    </TR>

    </TABLE>

    Comment


      #3
      Box size

      Not sure what you are saying. Are you indicating the html you posted will solve it or, its what I will actually see in the existing, unedited template?

      Barry

      Comment


        #4
        No the code shown is what you should roughly see...

        You will need to amend the html to the size of box you want, i.e. widths etc

        Comment


          #5
          Box size

          Unless I am missing something obvious, I can't see any html refering to the height of the box.

          Can anyone help please

          Barry

          Comment


            #6
            The template is called 'Act_SectionLineBoxes.html' which you can access by clicking 'Edit' next to the 'Default Section Link Layout' field in 'Design | Options | Sections'.

            Locate the line
            Code:
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class="thinred2">
            and change it to read:
            Code:
            <table width="100%" height="100" border="0" cellspacing="0" cellpadding="0" class="thinred2">

            Comment


              #7
              Box size

              Sorted Chris. It took a height of 160 to balance them all.

              Cheers

              Barry

              Comment

              Working...
              X