[pmwiki-users] Embed spaces or distance between words in a table in a table

Patrick R. Michaud pmichaud at pobox.com
Wed Jun 22 14:47:01 CDT 2005


On Wed, Jun 22, 2005 at 02:35:59PM -0500, David Sovinski wrote:
> I am using ver 2 rc 39 and entered the following table
> 
> || border=1 width=800
> || [++Events Calendar++] ||||||||||
> || '''May 2005''' || '''June 2005''' || '''July 2005''' || '''August 
> 2005''' || '''September 2005''' ||
> ||[[<<]]'''10''' 6:30 - 8:30 Executive Committee 
> Meeting[[<<]][[<<]]'''17''' 7:00 - 8:30 Central Committee Meeting|| || 
> || || ||
> || '''October 2005''' || '''November 2005''' || '''December 2005''' || 
> '''January 2006''' || '''February 2006''' ||
> || || || || || ||
> 
> I'm  trying to put some spaces between words for clarification but 
> proportional spacing keeps compressing the data
> I want something like:  '''10'''     6:30 - 8:30 ('''10''' is bold)

Use wikistyles:

    %define=sp padding-right:5em font-weight:bold%

    ||%sp%10%%  6:30-8:30 Executive Committee Meeting||
    ||%sp%17%%  7:00-8:30 Central Committee Meeting||

The first line defines the %sp% wikistyle as being bold text
with 5em of padding on the right.  

See http://www.pmwiki.org/wiki/Test/Spacing for an example.

Pm



More information about the pmwiki-users mailing list