Announcement

Collapse
No announcement yet.

Box sizes

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

    Box sizes

    I am redesigning a shop site for one of our current sites using Best Seller as the theme.

    In the Brochure index page, each of the product "Departments" has a text box with the information on the contents of that department. The problem is that depending on how much text is in each box, and the screen size/resolution of the customers screen, depends on the size the various boxes are displayed. What looks tidy at one res/screen size is untidy at another. See www.volvoclub.org.uk/shop and click on "Products" then change the size of the browser window.

    Apart from trying to get an identical number of lines of text in each, is there a way to fix this?

    Thanks.
    Supporting the environment. This post uses 100% recycled electrons.
    Bob Isaac
    Director/Web Admin
    Volvo Owners Club Ltd

    Actinic MS Business Version 8.5.2

    #2
    Hi Robert

    Please follow these steps :

    1. In Design | Options, select the Layouts tab, click on the Edit button against Default Section Link Layout.

    2. Judging by your page layout, this should open up Act_SectionLineBoxes.html.

    3. Find :

    <TR>
    <TD height="50" VALIGN="top"> <A HREF="NETQUOTEVAR:SECTIONLINK">

    4. Replace <TR> with : <TR height="100">

    5. Save the file and update the site.

    Now irrespective of the amount of text entered in the boxes, the box sizes should remain constant.

    Hope this helps.

    Cheers
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment


      #3
      That worked fine, thanks. "100" was a bit big so I played around with it to get a suitable setting.
      Supporting the environment. This post uses 100% recycled electrons.
      Bob Isaac
      Director/Web Admin
      Volvo Owners Club Ltd

      Actinic MS Business Version 8.5.2

      Comment

      Working...
      X