Not sure if i'm thinking straight or not, but if I styled my own section nav list, would i simply need to add the following to the link?
<li><a href="P_Fire_Extinguishers.html">Fire Extinguishers</a></li>
the P_Fire_Extinguishers.html basically.
Or do I need the following too:
li><a href="P_Fire_Blankets.html" class="product_section">Fire Blankets</a></li>
ie the class bit too?
What I was thinking was adding a topsectionlist to get the list dynamically built for all the links, and then simply removing it and re-coding what I want and adding in the links.
<li><a href="P_Fire_Extinguishers.html">Fire Extinguishers</a></li>
the P_Fire_Extinguishers.html basically.
Or do I need the following too:
li><a href="P_Fire_Blankets.html" class="product_section">Fire Blankets</a></li>
ie the class bit too?
What I was thinking was adding a topsectionlist to get the list dynamically built for all the links, and then simply removing it and re-coding what I want and adding in the links.
Comment