[pmwiki-users] Indent multiple paragraphs at once?

Hans hans.bracker at googlemail.com
Mon Aug 21 08:20:00 CDT 2006


On 21/08/06, Roman <romat2 at gmail.com> wrote:
> Try this
>
> Today I received the following email:
> >>indent<<
> email paragraph 1
> email paragraph 1
> email paragraph 1
> email paragraph 2
> email paragraph 2
> email paragraph 2
>
> email paragraph 3
> email paragraph 3
> email paragraph 3
> >><<

Or you could create your own custom style.
I use
>>bq<<
quoted text
etc
>><<

which I defined in config.php with

$WikiStyle['bq']['background']='#f9f9e9';
$WikiStyle['bq']['border-top']='1px solid #ccc';
$WikiStyle['bq']['border-bottom']='1px solid #ccc';
$WikiStyle['bq']['padding']='.4em .2em';
$WikiStyle['bq']['margin']='2em 3em';
$WikiStyle['bq']['font-family']='Trebuchet MS';
$WikiStyle['bq']['font-size']='1em/1.7em';

Gives you an indented quote, with  aline above and below,
slight grey background, and well spaced.

~Hans




More information about the pmwiki-users mailing list