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