[pmwiki-users] Bug in IE
Hans
design at softflow.co.uk
Tue Mar 14 01:37:53 CST 2006
Monday, March 13, 2006, 10:57:11 PM, The wrote:
> .nobold a { font-weight:normal; }
> .nobold li a { font-weight:normal; }
> PageListTemplate:
> [[#title]]
> * %nobold%[[{=$Group}/{=$Namespaced}|+]]%%
> [[#titleend]]
> Pagelist command:
> (:pagelist fmt=title list=normal group=somegroup:)
Try this instead (wraps the list into a div):
.nobold a { font-weight:normal; }
.nobold li a { font-weight:normal; }
PageListTemplate:
[[#title]]
(:if equal {<$Group}:)
>>nobold<<(:if:)
* [[{=$Group}/{=$Namespaced}|+]]%%
(:if equal {>$Group}:)
>><<(:if:)
[[#titleend]]
Pagelist command:
(:pagelist fmt=title list=normal group=somegroup:)
Best,
~Hans
More information about the pmwiki-users
mailing list