[pmwiki-users] style question

Patrick R. Michaud pmichaud at pobox.com
Wed Mar 21 18:10:06 CDT 2007


On Wed, Mar 21, 2007 at 04:49:26PM -0600, Daniel Otis wrote:
> Is there a style that would allow a single line of text to wrap and 
> center justify?
> 
> Something like:
> 
> This is a line wrap test.
> 
>   This is
>      a
> line wrap
>     test.

How about...

   %center% This is a line wrap test.

Or perhaps I'm not understanding the question?  If you're wanting
it to break onto different lines but still be centered, then use
one of:

    %center% This is \\             (:linebreaks:)
    a \\                            %center% This is
    line wrap \\                    a
    test.                           line wrap
                                    test.

Pm



More information about the pmwiki-users mailing list