I realize that DIV elements within LI is not valid html, but I was trying to fit within an existing framework.
Anyway, the closest I could get was: * test %xx%Some text%% Which produces a span rather than a div. Some css styling with "display:block" produces the 'equivalent' of a div, so it's close enough. ~ ~ Dave DaveG wrote: > Is it possible to contain other elements within an LI, like: > <li>test > <div class="xx"> > <p>Some text</p> > </div> > </li> > > ~ ~ Dave > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
