[pmwiki-users] QuickReference pages

Patrick R. Michaud pmichaud at pobox.com
Tue Jul 26 08:36:14 CDT 2005


On Tue, Jul 26, 2005 at 02:24:56PM +0100, Hans wrote:
> With the UploadQuickReference I observed, that this works:
> >>class='quickref' bgcolor=#eeeeff font-family=Arial font-size=12px<<
> 
> but this does not:
> (:div class='quickref' bgcolor=#eeeeff font-family=Arial font-size=12px :)
> 
> I expected the latter to work.

The (:div:) tag doesn't understand wikistyle specifications --
it's more like the (:table:) tag in that one places HTML attributes
directly in the tag.  So to use (:div:) you'd need one of:

  (:div class='quickref' style='background-color:#eeeeff; font-family:Arial; font-size:12px' :)

or

  (:div:)%div class='quickref' bgcolor=#eeeeff font-family=Arial font-size=12px%

which just goes to show why I felt we needed to have a >>...<< shortcut. :-)

Pm




More information about the pmwiki-users mailing list