Announcement

Collapse
No announcement yet.

Restricting Width of Form

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

    Restricting Width of Form

    Hi,

    I am using the Smart Template and I have added a Jump List of Main Sections only - AUG pg 68.
    Is there any way I can limit the width of the resulting list to be the same as the New Products/Best Seller boxes that are added by the template. It looks a bit wierd at the moment.

    Thanks for any advice,
    Mike

    #2
    In the absence of a URL is the width not driven by it's content and therefore variable?

    Comment


      #3
      Hi,

      url is http://79.170.44.40/horseheaven.co.uk/

      I admit that I do not know javascript but I think that there are ScrollCoordinates() type functions which ought?? to be able to allow the size of the form to be set and then scrolled.

      I am just wondering if this is possible?

      Mike

      Comment


        #4
        Hi,

        I'm afraid that I get a 'Page cannot be displayed' for that URL.
        ********************
        Tracey
        SellerDeck

        Comment


          #5
          OOOps. Just shows how careful I have to be with my typing.
          Sorry about that the url is
          http://79.170.40.44/horseheaven.co.uk/

          The other thought I have just had - is if I cant narrow the Sections boxcan I make the Best Sellers box etc. wider?

          Sorry for the url confusion.
          Mike

          Comment


            #6
            You would be best reverting back to the standard actinic navigation IMO

            Comment


              #7
              The problem with the standard layout is using the Section with Product Details type layout it shows all the subsections as well in the sidebar. So the list becomes massive and totally unusable - unless of course I am missing something.

              Mike

              Comment


                #8
                it shows all the subsections as well in the sidebar
                Not if you select the right one

                Comment


                  #9
                  The problem with the standard layout is using the Section with Product Details type layout it shows all the subsections as well in the sidebar. So the list becomes massive and totally unusable - unless of course I am missing something.
                  Replace the following line from the Advanced User Guide:

                  <FORM><script language=Javascript1.2>
                  document.write(ACT_ListBox(sections) + "<BR>")
                  </script></FORM>

                  with:

                  <actinic:variable name="TopLevelSectionList" />

                  To give you a section list of just the top level sections, which should also word-wrap if the line is too long.
                  ********************
                  Tracey
                  SellerDeck

                  Comment


                    #10
                    Thanks very much - just what I wanted.

                    Mike

                    Comment

                    Working...
                    X