[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
%%commentbox
__see also__\\
[FAQ Formatting|JSPWiki:FAQFormatting]
%%

This

{{{
%%(text-align:center)
!This text is centered.
%%
}}}

produces this

%%(text-align:center)
!This text is centered.
%%


You can center tables too:
{{{
%%center
|This|is|my|table
%%
}}}

produces this 

%%center
|This|is|my|table
|This|is|my|table
%%
----
Go back to [DontTellMeShowMe]