[pmwiki-users] alignment styling question

Hans design1 at softflow.uk
Sun Jul 17 10:44:19 CDT 2016


I cannot remember if there is a wiki way to do the following:
Have some normal left-aligned text, have  a line break, have some text which is right-aligned.
The wiki honours line breaks via config.php with

$HTMLPNewline = '<br />';

I do not want an empty line in between the left and right aligned text.
How can I do this? Is there a wiki style for this?

Example 1:
some normal text here, no empty line following.
                          This follows immediately and is right aligned

%right% wiki style would be perfect if it does not affect the previous or following lines.

Example 2:
Normal text line....
%right%right aligned text%%
%center%centred text%%
%left%left aligned text%% 

this is currently resolved to HTML:
<p class='vspace'>Normal text line....
right aligned text
centred text
left aligned text
</p>

so the wiki styles are ignored.

thanks for any tips!




More information about the pmwiki-users mailing list