[pmwiki-users] pagelist oneline with background color
    Hans 
    design at softflow.co.uk
       
    Sat Apr  1 08:04:27 CST 2006
    
    
  
Saturday, April 1, 2006, 12:55:52 PM, Pierre-Marie wrote:
> (:pagelist fmt=Site.PageListTemplates#oneline group=ChoosenGroup:)
> How write the same template but with a background=yellow ?
You can add the background property to wiki styles.
Add to config.php:
$WikiStyleCSS[] = 'background';
Then use style in page by wrapping pagelist in a div:
>>background=yellow<<
(:pagelist fmt=Site.PageListTemplates#oneline group=Test:)
>><<
Best,
 Hans                           
    
    
More information about the pmwiki-users
mailing list