* Replace it with the following (we added two ASP comments so you can easily identify what the code is for later):
<% ' START - Spry files for Tabbed Navigation %>
<% ' END - Spry files Tabbed Navigation %>
=== Editing the Product Description ===
Now we just need to know what to put in the product description to take advantage of this feature. In this example, let's assume that we want to have 3 tabs:
* Details
* Features
* Gift Ideas
Go to the Control Panel, locate a product, and go to the Long Description field (Do **NOT** use the HTML editor when creating or editing tabbed descriptions). Here is the code that you will need to use:
- Details
- Features
- Gift Ideas
These are the product details
This is a list of features included in this product
Here are some ideas of what a wonderful gift this product can be
Here is a brief description (see the next section for detailed instructions):
* "TabbedPanels1" is the "ID" of the tabbed layout. It must match the one used in the "script" code at the bottom. Otherwise the tabs will not work.
* The DIV "TabbedPanelsTabGroup" includes the navigation
* The DIV "TabbedPanelsContentGroup" includes the content that you want to show in each tab
Here is an example.
{{:how_to:pctabbed_layout_example.gif|An example of tabbed layout applied to the product description}}
==== Detailed Instructions on Tabbed Panels ====
Remember that we are leveraging a feature in the Spry framework. So you can take advantage of all the flexibility that is built into it, without doing much work at all. See the following articles for more information:
* [[http://labs.adobe.com/technologies/spry/articles/tabbed_panel/|Detailed user guide for Tabbed Panels]]
* [[http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_sample.htm|Examples of different tab styles]]
Please note that Early Impact does not provide assistance or support related to a customer's decision to incorporate Tabbed Panels into their own storefront.