CustomWikiStyles-Talk
I've got following problem and workaround fixing it in all versions of PmWiki. If you can proof that, too, you might move this hint to the FAQ of CustomWikiStyles.
Hopefully helped
Matthias Derrer? October 14, 2014, at 04:05 AM
Problem
Combining the attributes %lframe% or >>lframe<< with unordered bulleted lists right beneath will cause problems in showing the list.
Here's the list that isn't shown well
- point 1
- point 2
- etc.
Even through multiple points (** or ***) the problem isn't solvable.
Workaround - my alternative
Code
(:table:) (:cellnr width=200px class='frame lfloat':) ... (:cell:) ... (:tableend:)
View
Combining the attributes %lframe% or >>lframe<< with unordered bulleted lists right beneath will cause no more problems in showing the list. |
Here's the list that now is shown well
Probleme solved :-) |
Or you can use inline-block
>>lframe width=200px<< Combining the attributes [=%lframe%=] or [=>>lframe<<=] with unordered bulleted lists right beneath will cause problems in showing the list. >><< (:div style='display:inline-block;':) Here's the list that isn't shown well *point 1 *point 2 *etc. Even through multiple points (** or ***) the problem isn't solvable. (:divend:) |
Combining the attributes %lframe% or >>lframe<< with unordered bulleted lists right beneath will cause problems in showing the list. Here's the list that isn't shown well
Even through multiple points (** or ***) the problem isn't solvable. |
This is a talk page for improving PmWiki.CustomWikiStyles.