[pmwiki-users] Cannot create a custom style with a 'width' attribute

Jonathan Smith jon at readingroom.com.au
Tue Jan 25 06:38:29 CST 2005


I am having some trouble creating a custom style.

This code outputs as expected:

$WikiStyleCSS[] = 'test';
$WikiStyle['test']['wihdth']='400';

but

$WikiStyleCSS[] = 'test';
$WikiStyle['test']['width']='400';

does not.

Is there something special about the width attribute that I can't use it on 
a span?

Thanks
Jonathan Smith




More information about the pmwiki-users mailing list