[pmwiki-users] Workaround for ">>width=50%<<" syntax

Patrick R. Michaud pmichaud at pobox.com
Tue Nov 1 07:54:17 CST 2005


On Tue, Nov 01, 2005 at 12:57:36PM +0000, Ed W wrote:
> Can anyone provide a workaround for wikistyles and div syntax where I 
> want to have a "width=60%" type specification?

You can create a width60 css class... in pub/css/local.css:

    .width60 { width:60% }

and then in wikistyles and divs:

    %width60%

    >>width60<<

Pm




More information about the pmwiki-users mailing list