[pmwiki-users] Indent multiple paragraphs at once?

Hans hans.bracker at googlemail.com
Mon Aug 21 12:34:48 CDT 2006


On 21/08/06, Mike <mike at widowitz.com> wrote:
> Thanks, works great!
> I couldn't find that one in the doc, though. Is it documented at all?

indent is defined as a class in pmwiki.php as a $HTMLStylesFmt['pmwiki'] entry:
.indent { margin-left:40px; }

About custom wikistyles see the page CustomWikiStyles
in the documentation.
http://www.pmwiki.org/wiki/PmWiki/CustomWikiStyles

There is also an example about whitespace=pre on page
http://www.pmwiki.org/wiki/PmWiki/WikiStyleExamples
which may be interesting to use, together with indent
or margin-left=
for instance
>>indent white-space=pre<<
or
>>margin-left=6em white-space=pre<<

~Hans




More information about the pmwiki-users mailing list