Forum OpenACS Q&A: Re: Is this it?

Collapse
27: Re: Is this it? (response to 25)
Posted by Steve Manning on
Why <div class="submenu">
    $cat_content
</div> instead of ?

- Steve
Collapse
28: Re: Is this it? (response to 27)
Posted by Steve Manning on
That'll teach me to use enhanced text :o( what I meant to say was...

Why

<div class="submenu"><ul>$cat_content</ul></div>

instead of

<ul class="submenu">$cat_content</ul>?


    - Steve