Announcement

Collapse
No announcement yet.

Image Only Menu on Brochure Front Page

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

    Image Only Menu on Brochure Front Page

    I would like to change the Brochure home page to eliminate all text menu items in the LH "Store Sections" pane.

    I want to put an image for each major store section, with no sub-sections showing, each image providing a link into the relevant catalogue section.

    Ken

    No ideas on this then?

    #2
    Hi Ken

    In order to change the text menu items into images on the brochure page please follow the steps given below:

    -Go to Design | Options | Brochure tab
    -Click on Edit button next to 'Overall Layout'
    -Now within this template search for the following code
    <script language=Javascript1.2>
    document.write(YahooSections(section_tree))
    </script>

    and change that to read as
    <!--<script language=Javascript1.2>
    document.write(YahooSections(section_tree))
    </script>-->

    -You may have to hardcode all the section links manually like the following:

    <a href=www.websiteurl.com/acatalog/index.html><img src="back2.gif" alt=section></a>

    I hope this helps.
    Regards

    Dhivya Malani

    Comment

    Working...
    X