On Thu, Jan 04, 2007 at 10:29:53AM -0500, Pierre Racine wrote:
> -----Message d'origine-----
> : De : dso [mailto:[EMAIL PROTECTED] 
> : Envoyé : 20 décembre 2006 15:42
> : I would use
> :
> : >>bold<<
> : # The text
> : >><<
>
> I don't know why but this doesn't work. Did you try it?

I suspect that >>bold<< works only if the WikiStylesPlus recipe
is installed.   You could:

   1.  Install the WikiStylesPlus recipe.
   2.  Use >>font-weight:bold<< instead.
   3.  Add %define=bold font-weight:bold% into a GroupHeader or the page,
       and then >>bold<< will work.
   4.  Define "bold" in local/config.php with

           $WikiStyle['bold']['font-weight'] = 'bold';

See also my reply to the original post at [1] for another way to do it.

Lastly, one can do it directly on the list itself:

    # %list font-weight:bold% Here the text and all numerals are bold
    # This has a bolded numeral
    # So does this

See http://www.pmwiki.org/wiki/Test/BoldOrderedList.

Pm

1.  http://www.pmichaud.com/pipermail/pmwiki-users/2006-December/037467.html

> Pierre Racine wrote:
> > Anyone has a trick to make a numbered list with the text AND the numbers in 
> > bold?
> > 
> >  
> > 
> > Something like:
> > 
> >  
> > 
> > '''# The text'''
> > 
> >  
> > 
> > Pete
> > 
> > 
> > 
> > 
> > ------------------------------------------------------------------------
> > 
> > _______________________________________________
> > pmwiki-users mailing list
> > [email protected]
> > http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> 
> 
> -- 
> MooSoft Development Inc
> http://www.moosoft.com
> 
> 
> _______________________________________________
> pmwiki-users mailing list
> [email protected]
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to