I have a client with a total of seven products/services which fall under four hierarchy entries (single level). They would like everything to to be on one page, with the markup ending up something like:
Code: Select all
<h3>hierarchy name 1</h3>
<dl>
<dt><a href=product detail link>Product name 1</a></dt>
<dd>product summary 1</dd>
<dt><a href=product detail link>Product name 2</a></dt>
<dd>product summary 2</dd>
</dl>
<h3>hierarchy name 2</h3>
etc...
(note that all services are unpriced, as they're by quotation)
Can anyone point the way, or show me an example?



