[pmwiki-users] FAQ Page Layout

H. Fox haganfox at gmail.com
Thu Aug 4 18:39:40 CDT 2005


On 8/4/05, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> On Thu, Aug 04, 2005 at 04:48:22PM -0400, Radu wrote:
> > Shouldn't the rendering be up to the skin creator / wiki admin?
> >
> > IMHO, all pmwiki needs to do is:
> > * to tag the stuff from Q: to right before A: with a class="faqQ",
> > * the stuff from A: till right before the next Q: with class="faqA"
> 
> As usual, the difficulty is nesting these blocks correctly, especially
> if there are intervening headings or divs.

The current (beta54) class is "question" and "answer" and the selectors are

   p.question {...}
   p.answer {...}

So they will change to these, correct?

   div.question {...}
   div.answer {...}

Hagan




More information about the pmwiki-users mailing list